You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my testing, this seems to be related to the inconsistent way CLI args are passed to Node in different contexts.
One breaking change I've made in response is that any arguments that are passed a list, e.g. fields, must now be quoted, e.g. ... -fields:"one,two,three".
Could you please try the following possible solutions, until one works (noting the instruction above, too, re: quotes):
Try again via NPX, but specifying the latest version, i.e. [email protected]
Try installing it, via npm i -g [email protected] (or if you don't want to do it locally, then as a dev dependency, i.e. npm i -D [email protected] and then run it locally i.e. same command as you used before but without npx at the start
Pull down the JS file then run it via Node directly, from its directory, i.e. node cfimp <your args>
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
The text was updated successfully, but these errors were encountered: