Hi folks!
Just want to introduce you a new util to import CSV into IRIS - csvgenpy!
Install
USER>zpm "install csvgenpy"
Use:
do ##class(shvarov.csvgenpy.csv).Generate("file or url","table","schema")Example:
This will create table and class data.titanic in IRIS and will load the data. you can proof it with:
So that's it!
Basically it does the same thing as csvgen does, but uses python library sqlalchemy which works because of embedded python and sqlalchemy-iris by @Dmitry Maslennikov
P.S. csvgenpy can import some "complicated" for csvgen csv as this one



.png)