Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tilo committed Jul 8, 2024
1 parent cf958e3 commit 1de392b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/_introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

### Contents

* [Introduction](docs/_introduction.md)
* [The Basic API](docs/basic_api.md)
* [Batch Processing](./docs/batch_processing.md)
* [Configuration Options](docs/options.md)
* [Row and Column Separators](docs/row_col_sep.md)
* [Header Transformations](docs/header_transformations.md)
* [Header Validations](docs/header_validations.md)
* [Data Transformations](docs/data_transformations.md)
* [Value Converters](docs/value_converters.md)

--------------

# SmarterCSV Introduction

`smarter_csv` is a Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes, suitable for direct processing with ActiveRecord, parallel processing, kicking-off batch jobs with Sidekiq, or oploading data to S3.
Expand Down

0 comments on commit 1de392b

Please sign in to comment.