Add support for various delimeters when iimport a csv file from storage api as you can see in the table
| Typical locale / style | fieldDelimiter |
decimalDelimiter |
Example numeric cell | Example CSV row |
|---|---|---|---|---|
| US / UK default | , |
. |
1234.56 |
Date,Amount\n2025-04-25,1234.56 |
| Continental Europe | ; |
, |
1234,56 |
Date;Amount\n2025-04-25;1234,56 |
| Tab-separated value | \t |
. |
1234.56 |
Date\tAmount\n2025-04-25\t1234.56 |
| Pipe-delimited logs | ` | ` | . |
1234.56 |