Ok, you know better. Is just I can see how you turn feedback into workable issues. General discussion is fine then?
Hi Marco, just looking to see the 5.0.0 branch and tag to push changes on top of it, so they land on 5.0.1 or 5.1.0 or whatever, if they are good to merge.
Wonder what is ticket #24, ticket #25 referred on git history * | 7e87d96 (origin/master, origin/HEAD, albfan/master, master) Merge /u/jamadei/ucanaccess/ branch master into master |\ \ | |/ |/| | * 442b890 ticket #24 | * 1c7e7e0 ticket #24 | * db1397c test ticket #24 * | d71ba98 Merge /u/jamadei/ucanaccess/ branch master into master |\| | * 1ad4d73 Version 5.0.0 * | 13e8a34 Merge /u/jamadei/ucanaccess/ branch master into master |\| | * d7f1eb8 Version 5.0.0 * | 01213a8 Merge /u/gordonthompson/ucanaccess/...
Bump development version
Just added relatie paths, to avoid absolute paths to locate a file
Bump development version
Allow relative paths
I pushed another commits to MR. modifications to accept command line arguments in console.sh Simplification of SingleValue object output. So columns with array of this shows as: [1, 2] instead of [ SingleValue [value=1], SingleValue [value=2]] I'm turning the csv to json to import into mongodb, and just need to process the result with: csvjson data.csv | jq . > data,json sed 's/"[]"/null/g' data.json > data_sin_empty_array.json sed 's/"([.*])"/\1/g' data_sin_empty_array.json > data_array.json to...