csv file:
text1,1050,2100,ref-123
text2,1060,2200,ref-124
text3,1070,2400,ref-124
Line command: npx cfimp -space:space -model:modelname -locale:en-US -delim:com -fields:name,amount,oldAmount,locale -preview
return:

And if I will try to run it without preview, only first line will be upliaded
csv file:
Line command: npx cfimp -space:space -model:modelname -locale:en-US -delim:com -fields:name,amount,oldAmount,locale -preview

return:
And if I will try to run it without preview, only first line will be upliaded