A Node.js REST API that reads a CSV file, converts it into nested JSON objects using dot notation, exports the data into PostgresDB in batches, and computes age distribution analytics.
This is a Node.js (Express) backend project. It parses a CSV file with nested dot-notation keys, converts it into structured JSON, stores the data into a PostgreSQL database, and prints age group ...