Creator
2022-07-11
01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert Bit datatype(SQL DB) to Boolean
Hi All,
I have source as SQL Table where my column datatype is bit and requirement is to convert bit to Boolean.
Can anyone help me with the code.
Values in source as below:
T/F
Thanks.
455 Views
2 Replies
Champion II
2022-07-11
08:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Vrushabh Malbari , You can use tConvertType to convert from one data type to another data type.
Please check the below link to know more about tConvertType.
https://help.talend.com/r/en-US/7.2/processing/tconverttype
Thanks,
Manohar
455 Views
Creator
2022-07-17
06:48 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do you have any job design which can clear my doubts
455 Views