Skip to content

Commit

Permalink
Merge pull request #2 from docsion/mjxatiru_release
Browse files Browse the repository at this point in the history
add sample folder
  • Loading branch information
beastoin committed Sep 14, 2023
2 parents 7625019 + b305352 commit 75ee307
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runflow
15 changes: 15 additions & 0 deletions sample.csv
Original file line number Diff line number Diff line change
@@ -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ú""]"
29 changes: 29 additions & 0 deletions sample.out.csv
Original file line number Diff line number Diff line change
@@ -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ú]
",
1 change: 1 addition & 0 deletions sample.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "hello bash runner {{id}} {{content}}"

0 comments on commit 75ee307

Please sign in to comment.