Giter Club home page Giter Club logo

csv-parser's Introduction

Hi there, I'm Pankaj Thapaliya

MERN & MEAN Stack Developer | Cloud & DevOps Enthusiast | UI/UX Design Proficient

pankaj485

  • ๐ŸŒฑ Iโ€™m currently learning Cloud Native

  • ๐Ÿ’ฌ Ask me about Web Developement, UI/UX design, UI Automation

  • ๐Ÿ‘จโ€๐Ÿ’ป Visit my recent project here

  • ๐Ÿ“ซ How to reach me [email protected]

Connect with me

linked-in facebook instagram



Languages and Tools:

bootstrap c cplusplus css3 express figma firebase git html5 illustrator javascript mongodb mysql nodejs photoshop php postgresql postman react xd

csv-parser's People

Contributors

pankaj485 avatar thejiteshkumar avatar

Watchers

 avatar

csv-parser's Issues

Create README

write down README file for project setup which will also include the demo csv file.

Create uploads directory.

The file upload path is not created initially as git doesn't keep track of the empty directory.
Create a function which checks for the directory and if it's not present then will generate it before running parsing operations.

convert xlsx files to csv files

  1. convert .xlsx file inside of public/uploads to .csv files and store it to separate directory public/csvfiles
  2. create a function which will return list of files present inside of public/csvfiles directory

Feature: list out uploaded files

function getFiles should be able to return list of available files inside public/uploads. If public/uploads doesn't exist then create it.

[BUG] Program crashes is file is not uploaded.

Implement handler to check for the file upload. If file is not uploaded then it should not run the parsing and should give reasonable message to the console like No files found. Please upload at least one file to continue.

Hanlde hardcoded udefined error

In src\script.ts line getFiles function is using hardcoded value of index 0.
make it dynamic so that undefined console error won't occour.

Implement parising

should include:

  • should return object value from the passed file
  • should take parameters to include header line and column data to print.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.