I tried to import the file with this command .
mongoimport --port=27004 -u=m103-admin -p=m103-pass -c=products -d=m103 --file=/dataset/products.json
Afterwards,I got authentification error.
2022-05-23T20:19:03.392+0000 error connecting to host: could not connect to server: connection() : auth error: sasl conversation error: unable to authenticate using mechanism "SCRAM-SHA-1": (AuthenticationFailed) Authentication failed.