Home Applications csvgen

csvgen

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
4 reviews
0
Awards
2.0k
Views
4.0k
IPM installs
4
9
Details
Releases (23)
Reviews (4)
Issues
Dependencies (1)
Dependants (4)
Version: 1.6.1 21 Aug, 2025

Added primary key support in case data is in IDs
pkey is a new parameter ( "" by default) - if set, it should mean the name of the column that csvgen will build a primary key and idkey index for, so the value of this column could be referenced as IDs from other tables and objects will be swizzled by ID

Version: 1.5.1 16 May, 2023

bugfix for RHEL, Ubuntu

Version: 1.5.0 02 May, 2023

Fix unittest naming issue

Version: 1.4.1 31 Jan, 2022

SQLtoCSV method is implemented. allows export to CSV file as a result of an arbitrary SQL query.
Credits goes to Eduard Lebedyuk

Version: 1.4.0 30 Jan, 2022

removed ssl-client dependency.
changed to one-liner from Guillaume Rongier

Version: 1.3.1 24 Jan, 2022

DATETIME support
SQL reserved words support - if the reserved word is found in the header it adds "Field" string to it. e.g. if the col named DATE which is a reserved word, so it makes the field with the name DATEField

Version: 1.3.0 23 Jan, 2022

LOAD DATA support
header and load data parameters introduced

Version: 1.2.1 16 Dec, 2021

Added the Append support.
A new parameter pAppend=1 allows to add records from a file with similar scheme

Version: 1.1.14 09 Dec, 2021
  • Generate() documentation fix,
  • Classname autogeneration fix on Windows,
  • Shields for code quality and last commit indication
Version: 1.1.12 20 Jul, 2021

ssl-client dependency fix - now works with the latest ssl-client

Version: 1.1.11 21 Mar, 2021

Module description is introduced

Version: 1.1.10 16 Oct, 2020

dots in columns fix. Dots are converted to "_"

Version: 1.1.9 09 Oct, 2020

icon update

Version: 1.1.8 29 Sep, 2020
Version: 1.1.7 29 Sep, 2020

Fixed error messaging for importing issues

Version: 1.1.6 14 Jul, 2020

files with less than 5 lines fix

Version: 1.1.5 06 Jun, 2020

bug fix for delimeters other than comma

Version: 1.1.4 01 Jun, 2020

delimiter bugfix

Version: 1.1.3 30 May, 2020

Bugfix with rowtypes

Version: 1.1.2 30 May, 2020

Rowtypes parameter is introduced

Version: 1.1.1 29 May, 2020

Fixed bug in datatypes determination

Version: 1.1.0 24 May, 2020

Guess on datatypes feature is introduced.

Version: 1.0.0 18 May, 2020

Initial Release

Made with
Install
zpm install csvgen download archive
Version
1.6.121 Aug, 2025
Ideas portal
ObjectScript quality test
Category
Technology Example
Works with
InterSystems IRISInterSystems IRIS for Health
First published
18 May, 2020
Last edited
21 Aug, 2025
Last checked by moderator
07 Mar, 2025Works