shravan20 / flare.ts

A powerful utility library for clean code in js (npm package)
https://shravan20.github.io/flare.ts
MIT License
2 stars 6 forks source link

feat: CSV Utilities #15

Open shravan20 opened 11 months ago

shravan20 commented 11 months ago

Summary:

Develop CSV utilities that facilitate seamless reading of CSV files, conversion of CSV to JSON and list of JSON objects, and transformation of CSV data into PDF files. These utilities will greatly aid in handling CSV data efficiently and generating different output formats for further usage.

Motivation

CSV (Comma-Separated Values) is a widely used data interchange format. Creating utilities that simplify reading, conversion, and transformation of CSV data will save developers time and effort in processing CSV data and allow for integration with various applications that utilize JSON and PDF formats.

Proposed Functionalities

Documentation:

Include comprehensive documentation explaining usage, parameters, and expected outcomes for each utility method.

Expected Outcome

Upon successful implementation, developers will be equipped with versatile CSV utilities, simplifying CSV data handling and enabling effortless conversion to commonly used formats like JSON and PDF.

VishalMyla commented 10 months ago

Please assign this issue to me.

shravan20 commented 10 months ago

Amazing, assigning it to you @VishalMyla