Skip to content

Commit

Permalink
New Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Mar 11, 2024
1 parent 8882752 commit c6e847b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ jobs:
output: table
continue-on-error: true

- name: 👎 Invalid CSV file - Report as Table
uses: jbzoo/csv-blueprint@master
with:
csv: tests/fixtures/demo-test.csv
schema: tests/schemas/demo_invalid.yml
output: table


docker:
name: Docker Hub
Expand Down
11 changes: 11 additions & 0 deletions tests/fixtures/demo-test.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Name,City,Float,Birthday,Favorite color
Clyde,Rivsikgo,4825.1856,2000-01-01,red
Elsie,Vonavka,03.6544,2000-12-01,green
Derek,Sarefunaw,-177.9088,2000-01-31,green
Dylan,Wufolu,74605.944,1998-02-28,blue
Carl,Gorriju,0.8431,1955-05-14,red
Landon,Mojebol,123.64,1989-05-15,red
Olive,Pebiogu,0,1955-05-14,green
Willie,Sowaah,0.001,2010-07-20,red
Derrick,Rakufag,42,1990-09-10,green
Lois,Mofninle,-19366059127.6032,1988-08-24,blue

0 comments on commit c6e847b

Please sign in to comment.