-
I am trying to move the csv file to another folder after processing is done. I can see it being processed to kafka topic but the file is not moved to the given path. Also ```delete``` is not working. …
-
In the attached .lbl, OFFSET on line 250 is set to something. 'transform -f csv x.lbl' produced 3 files. I edited x.lbl to change that OFFSET to another value, ran transform again, and got the exact s…
-
**Logic**
Check for file format i.e *.csv, *.txt or *.xlsx
**Output**
- File format variations to check
- CSV
- TXT
- XLSX
- Pipe Delimited or not
Example outputs:
Review Status | Notes/…
-
I am new to using this Vagrant provider, so perhaps I am doing immensely silly, but I am getting the following error when trying to "vagrant up" (vagrant-aws 0.6.0 and vagrant 1.7.1) on OS X:
```
I…
-
When linting tsv files, I get:
````
$ csvlint -delimiter='\t' build/neo_ex.tsv
Warning: not using defaults, may not validate CSV to RFC 4180
Record #1035 has error: bare " in non-quoted-field
…
-
This is a follow-up to #7265, which adds better support for reading timestamp values that follow the default format: `yyyy-MM-dd HH:mm:ss[.SSSSSS]`.
It would be good to support user-defined timesta…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
lspgn updated
7 months ago
-
This is a very minor issue.
If we define the following in the REPL
```scala
object Foo { val `1 ?` = () }
```
and we type:
```scala
Foo.
```
then "1 ?" is suggested as an option.
If we type:
…
-
The HL7 specification calls for the CR character to delimit segments. Not infrequently messages are presented using LF characters for segment delimiters. This generates obscure errors.
jdee updated
10 years ago
-
```
Hi Raman,
This test was ignored from runtime tests group, when it is run individually it
fails.
Failing test case : src/test/resources/runtimets/queries/scan/temp_types_02.aql
khurram@ubuntu:~…