Skip to content

Commit

Permalink
logging of csv output
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 30, 2024
1 parent 618c983 commit c74c0ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sample/genaisrc/csv.genai.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const srows = CSV.parse(
C|3`,
{ delimiter: ",", headers: ["name", "value"] }
)
console.log(srows)
if (
JSON.stringify(srows) ===
JSON.stringify([
Expand Down

0 comments on commit c74c0ec

Please sign in to comment.