I have around 400 rows in a CSV file. Each would be a document. Can I import them?
TL;DR
Developers asking if they can import data from a CSV file as documents. Solution: Write a script using the preferred server SDK to import the 400 rows from the CSV file.