-
since we have the whole "CSV" package with multiple options for reading delimited files.
-
is this superseded by the "MeshIO" based python filters?
This is based on the DREAM.3D filter "WriteTriangleGeometry" but maybe updated with newer terminology.
In software like Abaqus, Ansys an…
-
I have a lot of TAB-delimited text dictionary,The format is:
```
keyword1{tab}Definition1
keyword2{tab}Definition2
keyword3{tab}Definition3
keyword4{tab}Definition4
.............
```
Every time it i…
-
Is there a simple way to columnize tab-delimited file? I'm aware I can use a Regex columnizer that repeats the following sequence
`(.*\t)+(.*\t)+(.*\t)+(.*)`
However, this approach requires hard…
-
Thank you for the great project. It looks very promising to me.
I currently use `val df = DataFrame.readJsonStr(File("foo.ndjson").readLines().joinToString(",", "[", "]"))`, to read new-line delim…
-
SQL Server does not natively support the ability to change column order for an existing table via an `ALTER TABLE` statement. As a result, our migrations, when new columns are added, end up having tho…
AN-BC updated
3 weeks ago
-
- detection is "dumb", assumes files ending in ".csv" are comma delimited
- many ".csv" files sent during testing by other groups were actually tab delimited
- check header row when ".csv" is detect…
-
JSON Lines would help users parsing the Exomiser JSON output as each gene result would be written a single line, enabling easier searching and return of results.
https://jsonlines.org/
This can …
-
## Description
Document attributes aren't processed in certain delimited blocks, namely: dash-delimited, dot-delimited, and plus-delimited blocks. So I propose to disable autocompletion within such b…
-
Story: As a user I want to see the metrics files generated in CSV format instead of a tab-delimited text file format so that I can more easily work with these files using other readily-available tools…