All Tags ›
CSV file biterscripting scripting scripts (
RSS)
Sorry, but there are no more tags available to filter with.
-
You can also use biterscripting ( http://www.biterscripting.com ) for CSV files. The $lsep variable describes what separates rows. The $wsep variable describes what separates columns. For your case ( | and ^) set $lsep="^" set $wsep = "|" # Read file in. var str data ; cat "file...
Page 1 of 1 (1 items)