You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="GitHub last commit"src="https://img.shields.io/github/last-commit/evshvarov/csvgen">
6
6
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.
10
10
11
11
Also it can export data from an arbitrary SQL to CSV.
0 commit comments