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
When I try and export any .json file to .csv using this tools command translation-xtractor export -i "./filename.json" I get the following console output:
Oops! Something did not go as planned:
* filePath is not defined
I'm on Windows 10 using Powershell but using CMD makes no difference. Is this maybe an OS related bug?
The text was updated successfully, but these errors were encountered:
Hi! I just tested it once more, using different combinations between double quotes and relative paths but I don't have any problems. Could you try using an absolute path just as a test, specifying a JSON file from the root of your project?
filePath is not defined is not an error this package is throwing itself, so it's a bit harder to debug. I'll also doublecheck on Windows 10 too somewhat later.
Hey there!
When I try and export any .json file to .csv using this tools command
translation-xtractor export -i "./filename.json"
I get the following console output:I'm on Windows 10 using Powershell but using CMD makes no difference. Is this maybe an OS related bug?
The text was updated successfully, but these errors were encountered: