Hi,
I am uploading a Tab delimited file and I am using below code to get the file
And I am using below code to read the file and parse data
String tokenizer length returns me one
The file I am uploading contains the below data
ABC DEF GHI 123 qwe
I have tab space between these columns.
When i break the string using String Tokenizer using "\t" it returns me the entire line without breaking it. I wrote a plain
java class and tested this which works fine so I think is there any issue with FormFile in
struts that just ignores tab spaces.
Any suggestions are much appreciated
Thanks