when splitting a tab delimited record, an empty char is not being accounted.
example:
xxx\toooo\t\tkkkkk → returns 3 substrings instead of 4.
tried same case on multilevelreader and it was taking 4 substrings.
please advise.
when splitting a tab delimited record, an empty char is not being accounted.
example:
xxx\toooo\t\tkkkkk → returns 3 substrings instead of 4.
tried same case on multilevelreader and it was taking 4 substrings.
please advise.
Hello,
can you please post a sample of your graph and input file here? I am not able to reproduce your issue, always getting 4 substrings on your example.
Best regards,