File A
CSFDATVM01,,2.55,3.77
I am using the following SPLIT function to read the
CSV file containing this line along with other lines
that do not have missing values.
my ($server, @data) = split /,/;
For this particular line in the CSV file, if I
print $data[0], perl will print a blank ' '.
How would I go about converting this blank to
the value '0'?
In reply to CSV Files With Missing Values by country1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |