in reply to Re: insert null in missing places of csv
in thread insert null in missing places of csv
NOT WORKING :
<$ perl -lanF',' -e "print join',',map {$_ ? $_ : 'NULL'} @F " 1.txt Bareword found where operator expected at -e line 1, near "1.txt" (Missing operator before txt?) Bareword found where operator expected at -e line 1, near "1.txt" (Missing operator before txt?) syntax error at -e line 1, near "1.txt " Execution of -e aborted due to compilation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: insert null in missing places of csv
by AnomalousMonk (Archbishop) on Feb 19, 2016 at 17:23 UTC | |
by Discipulus (Canon) on Feb 19, 2016 at 17:41 UTC | |
by ukhare (Novice) on Feb 19, 2016 at 18:41 UTC |