Hi all,
My requirement is that I need to read only the first field(field1 in below example) of the first row in the txt file . After reading the same, the channel should not read the later rows since this would help in performance and the required field is only the first one.
File is something like this:
field1;field2;field3;field4
field1;field2;field3;field4
field1;field2;field3;field4
.
.
.
field1;field2;field3;field4
I want to do this using File content conversion but tried all ways.
Kindly let me know if I'm missing something.
Thanks,
Saumya