When trying to run the PF Job importer, we get an error message of:
Error: Row 1: Invalid row length
Error: Row 1: The source folder path on server could not be found
I have verified that the values in the csv file match the values in the SQL db tables for each column.
In this case, the file is missing a , at the end.
In this case the customer needs to add a "comma" at the end of the file. Also, if one of the row is empty a "comma" needs to be added to the row.
First create the file as CSV based on the documentation, after that open the file using a text file editor to add the "comma"