Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thwillert/_csv2array
An AutoIt-function to load a CSV file into an array.
https://github.com/thwillert/_csv2array
array autoit csv function
Last synced: 29 days ago
JSON representation
An AutoIt-function to load a CSV file into an array.
- Host: GitHub
- URL: https://github.com/thwillert/_csv2array
- Owner: THWillert
- License: apache-2.0
- Created: 2020-04-28T14:51:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T13:27:58.000Z (over 4 years ago)
- Last Synced: 2024-11-10T11:23:04.215Z (3 months ago)
- Topics: array, autoit, csv, function
- Language: AutoIt
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _CSV2Array
Eine [AutoIt](https://www.autoitscript.com/site/autoit/)-Funktion um eine CSV-Datei in ein Array zu laden.
:warning: Die Funktion ist nicht ganz standardkonform, dafür sehr tolerant, was nicht korrekte CSV-Dateien betrifft.
## Übersicht
Parameter:
```autoit
```Beispiel:
```autoit
```## Voraussetzungen
AutoIt.
## Installation
In das Include Verzeichnis von AutoIt kopieren und als UDF einbinden, oder die Funktion in das eigene Programm kopieren.
## Weiterführende Informationen
## Diskusion und Vorschläge
## ToDo
## Author
Thorsten Willert[Homepage](https://www.thorsten-willert.de/software/autoit/autoit-funktionen/_csv2array)
## Lizenz
Das ganze steht unter der [Apache 2.0](https://github.com/THWillert//__PlanMaker_SafePDF/blob/master/LICENSE) Lizenz
.