Hi,
I'm having some trouble append a text file into a dbf using VFP 7. I have tried outputting the file with tab or | and using append from file.txt delim with tab and delim with character | and I get the same problem for both.
If a field begins with a " it strips the quotes and moves the rest of the string in to the next field which messes up all the fields after that.
Bob "The Man" Smith works fine.
"The Man" Bob Smith ends up with The in the correct field and Man Bob Smith in the next field pushing all remaining fields to the right.
Thanks for any help.
I'm having some trouble append a text file into a dbf using VFP 7. I have tried outputting the file with tab or | and using append from file.txt delim with tab and delim with character | and I get the same problem for both.
If a field begins with a " it strips the quotes and moves the rest of the string in to the next field which messes up all the fields after that.
Bob "The Man" Smith works fine.
"The Man" Bob Smith ends up with The in the correct field and Man Bob Smith in the next field pushing all remaining fields to the right.
Thanks for any help.