JQ: maximum file path length (windows) -


i use jq (1.5) in windows 10 environment json transformation operation (to load data api sql server). checked yesterday new copy of jq transform command on test enviroment , run in morning in exception (jq command, source , destination files identical). different between old , new 1 filepath:

old: c:\import\

new: c:\import\test20170725\

following command (in powershell) used:

jq.exe -f c:\import\test20170725\jqfilter_cruises.jq c:\import\test20170725\dreamlines_cruises.json | out-file -encoding utf8 -filepath c:\import\test20170725\import_cruises.json 

i experimented today , looks path input files limited in maximum length. if reduce filepath there command works fine (like original one). tips?

regards timo


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -