Hi,
I need to load a file where the last field contains a description.
This description is a comment to a meeting with the client, where the user can use "enter", "tab"...
In other words, the field contains all sorts of information that I do not need. (e.g. : <P> </P>)
Furthermore, it creates inconsistency in my data meaning that, because of these special characters, my fields shift to the next record...
What is the best way to treat this field?
It's a dat-file with delimiters - the moment I read the file, the records are already messed up.
Thanks,
Dirk