Skip to content

Commit ea1844f

Browse files
authored
Merge pull request #22 from isc-rsingh/patch-1
Fixing wording in description
2 parents 0fccf95 + a562be2 commit ea1844f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
[![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)
55
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/evshvarov/csvgen">
66

7-
This is a simple module that allows to import data from an arbitrary CSV to InterSystems IRIS.
8-
It can import from file or from public URL, creates the class and imports data
9-
if you are on IRIS 2021.2 and newer it uses LOAD DATA function to import data
7+
This is a simple module that allows you to import data from an arbitrary CSV to InterSystems IRIS.
8+
It can import from file or from public URL, create the class and import the data.
9+
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.
1010

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

0 commit comments

Comments
 (0)