Home

Awesome

ObjCSV Library

##Library to load and save CSV files to/from objects and ListView

Written using AutoHotkey v1 (http://www.autohotkey.com) By JnLlnd on AHK forum Library home on GitHub https://github.com/JnLlnd/ObjCSV 2013-08-22+, last update (v1.0): 2022-07-18

AutoHotkey (AHK) functions to load from CSV files, sort, display and save collections of records using the Object data type

For more info on CSV files, see http://en.wikipedia.org/wiki/Comma-separated_values.

Even if you don't know much about AHK objects, simply using these functions will help to:

Other usages:

The most up-to-date version of this library can be found on GitHub: https://github.com/JnLlnd/ObjCSV

INSTRUCTIONS

Copy this script in a file named ObjCSV.ahk and save this file in one of these \Lib folders:

You can use the functions in this library by calling ObjCSV_FunctionName. No #Include required!

DOCUMENTATION, DISCUSSION AND TUTORIAL

Library documentation:
http://code.jeanlalonde.ca/ahk/ObjCSV/ObjCSV-doc/ (updated to v1.0)

A discussion on this library and tutorials can be found on the AutoHotkey forum:
https://www.autohotkey.com/boards/viewtopic.php?t=41
http://www.autohotkey.com/board/topic/96619-objcsv-library-tutorial-basic/ (on old closed forum)
http://www.autohotkey.com/board/topic/97147-parsing-csv-files-with-multi-line-fields/ (on old closed forum)