Hi, I use tFileInputDelimited to upload datas in MySQL. The structure is defined through Metadata - File delimited. Is there a way to define that empty fields between 2 delimiters are null values rather than empty strings ? This is better for nullable foreign keys.
Ex : Id;NumValue1;StringValue1;NumValue2;StringValue2;DateValue 1;8;Some text;0;;20080505 StringValue2 is null and not "".