-
```
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'…
-
```
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'…
-
```
Currently, decimal values are serialized with the trailing 'm' suffix to
distinguish them from double values. We should omit this suffix because
most delimited readers will not understand the 'm'…
-
### Problem
I have Vector installed in Kubernetes in AWS. I am using SQS as a source and S3 as a sink. No matter how high I set batching and buffer parameters, at max-load of event ingestion, my s3…
-
Hi there,
For comparing csv files, DKFileSource does not handle values that contain the delimiter itself.
eg It thinks the line below has 4 columns instead of 3.
1,"2,3",4
If that is not intentiona…
-
Type: Bug
I created a new .ipynb file and asked multiple models (Claude and o1-mini) to write a script to combine some pipe-delimited files. There was a good response in the chat window, and the fil…
-
When testing, I was able to reproduce what looks like a bug in the delimiter selecting.
If I run the simple.csv file included with the code, I get:
```
./gocsv view test-files/simple.csv
+----…
-
Remove columns with PII (most granular identifying detail should be the zip code) and make an additional copy of the data split into one spreadsheet per Congress Year (two years, starting on odd years…
-
Hello, I am not sure whether I have just missed something in the doc or if there could possibly be some unexpected behavior of the plugin(s). Many thanks for help/pointers either way.
### Expected …
-
New to python here! Might be a basic question, but does paratext support reading of tab-delimited files with load_csv_to_pandas?