|
|
|
|
|
by edmundsauto
1766 days ago
|
|
Yep, you got me. I'm actually a trapeze artist moonlighting on these forums. A CSV file represents the exact digits that are to be stored. You have unlimited precision. You could even store irrational numbers, equations, or mix data types in a column. OTOH, you have to make sure the delimiting character is not present in the data - that can be pretty easy, if you use the field-separator character in ASCII, or even just a \t. I've even seen people terminate fields with ^8675309| because they felt confident no data would contain Jenny's number. A database, like Excel, likes to conform data. This is usually awesome! But sometimes, it's not. |
|