GitHub

csv-to-json

A Node.js-based command-line tool for seamless file format conversions. Supports images (JPEG, PNG, WebP), text files (CSV, JSON), and archives (ZIP). Lightweight and easy-to-use utility for ...
This Node.js application reads a CSV file from a configurable location, converts each row into a JSON object with nested properties (based on dot notation in headers), and uploads the data into a ...
Ok, first off, I am not a programmer. I can fumble around a bit and maybe get a script to work doing something that I need and then I leave it be forever after that. Anytime I want to do something new ...