# README
csv-tool
# Packages
No description provided by the author
# Functions
AppendRows : extend rows, append rows content to csv file.
ColAttr :.
Column : header, items, err.
Combine : extend columns, linkHeaders combination must be UNIQUE in csvfileA & csvfileB.
Create : create csv file with input headers.
Dir4NotSplittable : in LooseMode, only take the last path seg for dump folder.
File2JSON : read the content of CSV File.
File2Rows :.
FileColAttr :.
FileColumn : header, items, err.
FileInfo : headers, nItem, error.
ForceNoParallel :.
Info : headers, nItem, error.
KeepCatHeaders :.
KeepIgnCatHeaders :.
Query : combine Subset(incColMode, all rows) & Select.
QueryAtConfig :.
No description provided by the author
Reader2JSON to.
ScanByRow : if [f arg: i==-1], it is pure HeaderRow csv.
Select : R : [&, |]; condition relation : [=, !=, >, <, >=, <=] [=, !=] only apply to string comparasion, [>, <, >=, <=] apply to number comparasion.
Split : return (splitfiles, ignoredfiles, error).
StrictSchema :.
Subset : content iRow start from 0.
Unique : remove repeated items.