Skip to content

adithyappb/dataProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Processor

Project Overview: Data Processor is a command-line tool for efficiently handling data in various formats, including CSV and JSON. It provides functionalities to read, transform, and write data, ensuring reliability and performance.

Features:

  1. CSV Operations: Read and write CSV files, perform data transformations.
  2. JSON Processing: Parse JSON data, apply custom logic, and serialize processed data.
  3. Error Handling: Utilizes Rust's Result and Option types for robust error management.
  4. Logging: Uses log and env_logger for detailed execution logs.

Run: Build Project: cargo build --release Run Project: cargo run --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published