Skip to content
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

jsonl merger tool in go #1

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

jsonl merger tool in go #1

wants to merge 8 commits into from

Conversation

UsmanT2000
Copy link

@UsmanT2000 UsmanT2000 commented Jul 5, 2024

Summary

This PR contains a CLI-based tool to merge JSONL file content and convert it into CSVs depending on the arguments given in the CLI.

Changes

  • Added util.go file with conversion logic
  • Added input directory with dummy jsonl files
  • Added scripts directory with the relevant scripts
  • Docker file and .yml file with docker configuration logic
  • Added Output directory to store dockers conversion output
  • Edited Readme with instructions on how to run the tool
  • Added the .gitignore file
  • Added input and output directory in the gitignore

Motivation

Go Training

 * Added util.go file with conversion logic
 * Added input directory with dummy jsonl files
 * Added scripts directory with the relevant scripts
 * Docker file and .yml file with docker configuration logic
 * Added Output directory to store dockers conversion output
 * Edited Readme with instructions on how to run the tool
 * Added the .gitignore file
  * Added util.go file with conversion logic
  * Added input directory with dummy jsonl files
  * Added scripts directory with the relevant scripts
  * Docker file and .yml file with docker configuration logic
  * Added Output directory to store dockers conversion output
  * Edited Readme with instructions on how to run the tool
  * Added the .gitignore file
 - Dockerfile changed to remove CMD statement
 - Readme updation on how to build
This reverts commit a395c40.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This input/ as well as any other folder like output/ should be in .gitignore.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@UsmanT2000 UsmanT2000 changed the title [Merge Util Tool -1] [Merge Util Tool -1] JSONL merger tool in Go Jul 9, 2024
@UsmanT2000 UsmanT2000 changed the title [Merge Util Tool -1] JSONL merger tool in Go [ Merge Util Tool ] JSONL merger tool in Go Jul 9, 2024
@fahadsiddiqui fahadsiddiqui changed the title [ Merge Util Tool ] JSONL merger tool in Go JSONL merger tool in Go Jul 9, 2024
@UsmanT2000 UsmanT2000 changed the title JSONL merger tool in Go jsonl merger tool in go Jul 9, 2024
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.

2 participants