Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-rsingh committed Feb 5, 2024
1 parent 0fccf95 commit a562be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![Quality Gate Status](https://community.objectscriptquality.com/api/project_badges/measure?project=intersystems_iris_community%2Fcsvgen&metric=alert_status)](https://community.objectscriptquality.com/dashboard?id=intersystems_iris_community%2Fcsvgen)
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/evshvarov/csvgen">

This is a simple module that allows to import data from an arbitrary CSV to InterSystems IRIS.
It can import from file or from public URL, creates the class and imports data
if you are on IRIS 2021.2 and newer it uses LOAD DATA function to import data
This is a simple module that allows you to import data from an arbitrary CSV to InterSystems IRIS.
It can import from file or from public URL, create the class and import the data.
If you are on IRIS 2021.2 and newer it uses the [LOAD DATA](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=RSQL_loaddata) function to import data.

Also it can export data from an arbitrary SQL to CSV.

Expand Down

0 comments on commit a562be2

Please sign in to comment.