Hi All,
I'm new to this tool. The issue I'm facing is When I try to import .txt file which is ";" delimeted file. I'm not able to view the data in the Preview part. Could you help me in resolving this issue plese.
Solved! Go to Solution.
can you provide the sample for data
hope you have configured the input tool like below
Yes I configured the settings as you mentioned. Yes the one which you gave worked for me.
US,1,ABC@USA.COM.x x u Ñ ÑÑ,1234;Active;
US,1,ABC@USA.COM.xxu ÑÑ Ñ,1224;Active;
This is where I get error I mean when I get special Character it's throwing error.
Error: Parse Error at Char(0): Empty Expression ( Expression #1).
Does it mean Im converting number to char?
looks like the delimiter is not consistent here (you data set contains both ; and ,)
what i did , was i replaced all , with ; then parsed the data
not sure about the email field as it has some special chars. well, if you have any specific business rule then you can remove using regex
PFA updated work flow
thanks
Saravanan
Have one more doubt. (1)Why my column name is repating for all the columns?
like
Name;emai;status
(2) In my data itself after my last column I have lot of null values. Because of this many null columns are creating. Is there any way to remove the Null colums (Whole column contains null only).
Are you able to supply an anonymised sample of the actual file? Containing just a few records? Seems like you're facing multiple issues and simpler to get an answer with your actual file.
Ok, that's an ugly file to work out what is going on. To make things easier can you also supply your expected/desired output? - i.e. what columns it should have with contents.
Hahaha. I got a break point. Hope I come up with solution.
Finally I got break through and solved my Problem. Thank you for helping me to solve the issue