Remove old nushell/merge engine-q

This commit is contained in:
JT
2022-02-07 14:54:06 -05:00
parent 10c4c50f1f
commit d70d91e559
430 changed files with 14543 additions and 7865 deletions

View File

@ -10,11 +10,7 @@ fn condition_is_met() {
r#"
CHICKEN SUMMARY report date: April 29th, 2020
--------------------------------------------------------------------
<<<<<<< HEAD
Chicken Collection,29/04/2020,30/04/2020,31/04/2020,
=======
Chicken Collection,29/04/2020,30/04/2020,31/04/2020
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
Yellow Chickens,,,
Andrés,1,1,1
Jonathan,1,1,1
@ -37,16 +33,6 @@ fn condition_is_met() {
cwd: dirs.test(), pipeline(
r#"
open --raw caballeros.txt
<<<<<<< HEAD
| lines
| skip 2
| split column ','
| headers
| skip while "Chicken Collection" != "Blue Chickens"
| keep until "Chicken Collection" == "Red Chickens"
| skip 1
| str to-int "31/04/2020"
=======
| lines
| skip 2
| str trim
@ -56,7 +42,6 @@ fn condition_is_met() {
| keep until "Chicken Collection" == "Red Chickens"
| skip 1
| into int "31/04/2020"
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
| get "31/04/2020"
| math sum
"#