Skip to content

fix jsonl_to_markdown #165

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ved1beta
Copy link

@ved1beta ved1beta commented Apr 7, 2025

Fixes #162

Changes proposed in this pull request:

  • Add jsonl_to_markdown.py utility script to convert JSONL files to Markdown format
  • Script extracts the 'text' field from each line in a JSONL file and saves it as a separate Markdown file
  • Include proper error handling for JSON decoding and file operations
  • Add example usage and documentation

Before submitting

  • I've read and followed all steps in the Making a pull request section of the CONTRIBUTING docs.
  • I've updated or added relevant docstrings following the syntax described in the Writing docstrings section of the CONTRIBUTING docs.
  • If this PR fixes a bug, I've added a test that will fail without my fix.
  • If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

fixes #162

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.

Converting JSONL to Markdown
1 participant