Skip to content

✨ Add CSV to NDJSON conversion script and update README ✨ #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

leftkats
Copy link
Contributor

@leftkats leftkats commented Jun 6, 2025

Summary

Added a Python script to convert CSV files to NDJSON format and included a detailed README explaining usage and NDJSON benefits.

Description

This PR introduces a simple, standalone Python script csv_to_ndjson.py that reads a CSV file from the script's folder and outputs an NDJSON file in the same location. The NDJSON format is widely used in data processing tools like Google Cloud BigQuery and Elasticsearch, making this script useful for data engineering workflows.

Additionally, a README.md file has been provided to guide users on how to use the script and explain what NDJSON is.

The changes are as follows:

  • Added csv_to_ndjson.py for CSV to NDJSON conversion
  • Added README.md with usage instructions and explanation of NDJSON
  • Updated main README.md with link to the folder

Checks

in the repository

  • Made no changes that degrade the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request in a small level (for the creator's welfare)
  • Tested the changes you made

Resolves #449

Thank You,
leftkats

@leftkats leftkats force-pushed the feature/add-csv-to-ndjson-converter-script branch 2 times, most recently from 80c6abd to 6a7df66 Compare June 6, 2025 13:14
@leftkats leftkats changed the title ✨ feat: add csv to ndjson converter script ✨ feat: add csv to ndjson converter script ✨ Jun 6, 2025
@leftkats leftkats changed the title ✨ feat: add csv to ndjson converter script ✨ ✨ Add CSV to NDJSON conversion script and update README ✨ Jun 6, 2025
@leftkats leftkats force-pushed the feature/add-csv-to-ndjson-converter-script branch 2 times, most recently from 3ae6330 to fcb8da0 Compare June 9, 2025 11:08
@DhanushNehru DhanushNehru merged commit adfbd41 into DhanushNehru:main Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] CSV to NDJSON converter
2 participants