I am using dynamic schema to extract data from source and to dump into csv file. My source has bit data type with value 0 or 1 for few columns, but talend converts it to TRUE/ FALSE in final csv file. How can I force talend to keep original value 0 or 1 with dynamic schema ? is there a setting or config which I have to turn on to achieve results?