Need Help to import csv file

so i wanna imort csv file, i’ve search to anywhere but its still eror



Hello @Fiqri_Firdaus, welcome to the MongoDB Community forum.

I think there is a syntax error in your mongoimport command. Try this one with your own import file path:

mongoimport --db=tubes -c=EDOM --type=csv --headerline --file="C:\data\test1.csv"

This will work fine with your MongoDB installation on your computer connecting to the default host and port.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.