-
While working on the original ClojureQL, I came across the dreaded delimited identifiers concept of SQL. With the new CQL, we currently can't access any SQL object that require delimited identifiers. …
budu updated
13 years ago
-
Delimiting records by signal characters, `\n` in oklog's case, has several several drawbacks:
* records always need to be escaped properly (also makes them possibly vulnearable to injections)
* wa…
fabxc updated
6 years ago
-
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…
-
Currently the output-format written by `fWriteDataframeToFile` is handled by `fLoadTXTIntoDataframe` but hard to parse by other user code, maybe in other programming languages. This is largely due to …
-
I've moved to Neovim from VS Code where I previously used [Dendron](https://www.dendron.so). Dendron has a concept of [hierarchies](https://wiki.dendron.so/notes/f3a41725-c5e5-4851-a6ed-5f541054d409/)…
-
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…
-
We are naming command ids using both camelCase values and dash delimited values.
-
Currently inside our codecs we write / read the length prefix and have logic to ensure that we only ever decode a full frame. Instead of manually taking care of it, we could use tokio-io's [`length_de…
-
### Description
Hello,
When trying to import the attached CSV UTF-8 tab delimited files into an Oracle database table the field called ALIAS throws an exception. In the case of Test1.csv there is …
-
### Loaders / `ConfigLoader2`
1. Each loader has a unique "prefix"
2. There are builtin core loaders such as `classpath file cmd stdin`
3. There are additional loaders like `aws` and `vault` etc th…