blah blah blah is here! blah blah » Close

0
votes
1 answers

Split but not always

I want to manually read in a CSV file and use the split to load it into a data table. However, I need to not Split if it is within "". There may be an easier way to do it (if so please let me know) but I'm reading the CSV files ...

1
votes
1 answers

Fun in .csv land (csv Data across multiple files)

Every month I receive a .csv file that is essentially a usage report for our system. The format of the file (in reduced form) is this: Users, Service 1, Service 2, Service 3, Service 4 User A,234,6345,2645,345 User B,1427,2165,697,4227 ...

1
votes
1 answers

Writing unicode character to CSV file.

MickW
151

I have a strange issue with trying to write the micro symbol (Unicode 00B5) as part of a string to a CSV file. I'm getting the symbol appear fine but just before it in the cell I'm also getting a capital A with the "^" above it (u ...

Feedback