September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
16
Task/Text-processing-2/Jq/text-processing-2-7.jq
Normal file
16
Task/Text-processing-2/Jq/text-processing-2-7.jq
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
$ jq -R '[splits("[ \t]+")]' Text_processing_2.txt | jq -s -r -f Text_processing_2.jq
|
||||
field 1 in line 6 has an invalid date: 991-04-03
|
||||
line 6 has 47 fields
|
||||
field 2 in line 6 is not a float: 10000
|
||||
field 3 in line 6 is not an integer: 1.0
|
||||
field 47 in line 6 is not an integer: x
|
||||
|
||||
Checking for duplicate timestamps:
|
||||
[
|
||||
[
|
||||
"1991-03-31",
|
||||
2
|
||||
]
|
||||
]
|
||||
|
||||
There are 5 valid rows altogether.
|
||||
Loading…
Add table
Add a link
Reference in a new issue