Skip to content

danisvice/CSV-File-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CSV File Reader πŸ“Š

Welcome to the CSV File Reader documentation! This guide introduces you to a Rust program that reads data from a CSV file and prints it to the console. Whether you're a developer or a data enthusiast, this program can be a valuable tool. Let's dive into its features and usage! πŸš€

Table of Contents

Introduction

The CSV File Reader program is written in Rust and leverages the csv crate to read and display data from CSV files. This program simplifies the process of working with CSV data by providing an easy-to-use interface.

How it Works

This program performs the following steps:

  1. Accepts the path to a CSV file as an input argument (in this example, "./nba_players.csv").
  2. Uses the csv crate to open and parse the CSV file.
  3. Iterates through the CSV records.
  4. Prints each record to the console.

Usage

To use the CSV File Reader program, follow these steps:

  1. Ensure you have Rust installed on your system.

  2. Clone the repository and navigate to the project directory:

    git clone https://github.com/your-username/csv-file-reader.git
    cd csv-file-reader
  3. Build and run the program, providing the path to your CSV file as an argument:

    cargo build
    cargo run ./[file].csv

    This will execute the program and display the contents of the CSV file on the console.

Contributing

Contributions are welcome! If you have ideas for improvements or find any issues, please feel free to open a pull request. Let's collaborate to make this CSV File Reader even more versatile and powerful.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the program according to the terms of the license.


Explore the CSV File Reader program, streamline your data analysis tasks, and enjoy the convenience of Rust-powered CSV file parsing. Happy data exploration! πŸ“ŠπŸ”

About

This program reads CSV file data using Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages