diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..119a201 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +runflow diff --git a/sample.csv b/sample.csv new file mode 100644 index 0000000..f5896e9 --- /dev/null +++ b/sample.csv @@ -0,0 +1,15 @@ +id,content +1,the normal +2,"with , comma" +3,"with +end +line " +4,"with , comma +end +line" +5,the utf8 nội dung +59058,the real content id +59058,"real content with , comma +end +line" +8,"[""cơm tấm 30k"",""cơm tấm tân phú""]" diff --git a/sample.out.csv b/sample.out.csv new file mode 100644 index 0000000..fd1cd24 --- /dev/null +++ b/sample.out.csv @@ -0,0 +1,29 @@ +id,content,RFSH_status,RFSH_good,RFSH_bad +1,the normal,good,"hello bash runner 1 the normal +", +3,"with +end +line ",good,"hello bash runner 3 with +end +line +", +4,"with , comma +end +line",good,"hello bash runner 4 with , comma +end +line +", +2,"with , comma",good,"hello bash runner 2 with , comma +", +5,the utf8 nội dung,good,"hello bash runner 5 the utf8 nội dung +", +59058,the real content id,good,"hello bash runner 59058 the real content id +", +59058,"real content with , comma +end +line",good,"hello bash runner 59058 real content with , comma +end +line +", +8,"[""cơm tấm 30k"",""cơm tấm tân phú""]",good,"hello bash runner 8 [cơm tấm 30k,cơm tấm tân phú] +", diff --git a/sample.template b/sample.template new file mode 100644 index 0000000..5aa8f36 --- /dev/null +++ b/sample.template @@ -0,0 +1 @@ +echo "hello bash runner {{id}} {{content}}"