Question:
Why does Loader import from CSV result in 0 successes and 0 failures?
Answer:
Here are potential causes for this behavior:
- Open the CSV file in a text editor and check if there are extraneous commas in place after the last field.
- There could be leading or trail spaces in any of the fields within the input file.
- There could be blank columns at the end of the input file.
Related Documentation:
Vault Admin Help Documentation: Vault Loader
Thank you