Skip to content

Implement Rust ETL processor for JSONL to CSV conversion#5

Open
blueogin wants to merge 1 commit intomdx-dev:mainfrom
blueogin:main
Open

Implement Rust ETL processor for JSONL to CSV conversion#5
blueogin wants to merge 1 commit intomdx-dev:mainfrom
blueogin:main

Conversation

@blueogin
Copy link

@blueogin blueogin commented Jun 6, 2025

Usage

The program can be run in several ways:

  1. Process a file and output to a file:
cargo run --release -- -i sample.jsonl -o output.csv
  1. Process from STDIN and output to STDOUT:
cargo run --release
  1. Process a file and output to STDOUT:
cargo run --release -- -i sample.jsonl
  1. Process from STDIN and output to a file:
cargo run --release -- -o output.csv

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.

1 participant