c-3lab / dim

📦 dim: Manage the open data in your project like a package manager.
MIT License
124 stars 21 forks source link

Cannot target files after conversion when multiple postProcesses are specified. #72

Open ta-Hirose opened 2 years ago

ta-Hirose commented 2 years ago
dim install http://example.com/example.xlsx -p "xlsx-to-csv" -p "encode SJIS"

Currently, it is not possible to convert an xlsx file to a csv file and then to SJIS by executing the above command.

This is because if multiple postProcesses are specified, the path to the converted file is not passed to the next process.