I need to upload csv data into an accounting package.
csv -> dbf(using Append from csv type delim) -> program checking dbf -> load to main dbase program
To test the setup, I have downloaded a file that imports perfectly, converted into csv , and used Append command to create dbf. The file size gets increased by a few bytes (34 bytes) for a 600KB files and the checking program reports error. I guess I am missing out something. Any ideas???
csv -> dbf(using Append from csv type delim) -> program checking dbf -> load to main dbase program
To test the setup, I have downloaded a file that imports perfectly, converted into csv , and used Append command to create dbf. The file size gets increased by a few bytes (34 bytes) for a 600KB files and the checking program reports error. I guess I am missing out something. Any ideas???