-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: Any value after quoted field isn't allowed in line 4.
25 lines (25 loc) · 2.8 KB
/
all.csv
File metadata and controls
25 lines (25 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
---
timestamp,speaker,words,tags,highlight,timelink
{%assign itemsbeasley = site.data.transcripts.beasley %} {% for itembeasley in itemsbeasley%} {{itembeasley.timestamp}},{{itembeasley.speaker}},"{{itembeasley.words | replace: '"','"'}}",{{itembeasley.tags}},{{itembeasley.timelink}}
{%endfor%}
{%assign itemsmcmichael = site.data.transcripts.mcmichael %} {% for itemmcmichael in itemsmcmichael%} {{itemmcmichael.timestamp}},{{itemmcmichael.speaker}},"{{itemmcmichael.words | replace: '"','"'}}",{{itemmcmichael.tags}},{{itemmcmichael.timelink}}
{%endfor%}
{%assign itemsgluck = site.data.transcripts.gluck %} {% for itemgluck in itemsgluck%} {{itemgluck.timestamp}},{{itemgluck.speaker}},"{{itemgluck.words | replace: '"','"'}}",{{itemgluck.tags}},{{itemgluck.timelink}}
{%endfor%}
{%assign itemspinsky = site.data.transcripts.pinsky %} {% for itempinsky in itemspinsky%} {{itempinsky.timestamp}},{{itempinsky.speaker}},"{{itempinsky.words | replace: '"','"'}}",{{itempinsky.tags}},{{itempinsky.timelink}}
{%endfor%}
{%assign itemsvanwinckel = site.data.transcripts.vanwinckel %} {% for itemvanwinckel in itemsvanwinckel%} {{itemvanwinckel.timestamp}},{{itemvanwinckel.speaker}},"{{itemvanwinckel.words | replace: '"','"'}}",{{itemvanwinckel.tags}},{{itemvanwinckel.timelink}}
{%endfor%}
{%assign itemsmohammad = site.data.transcripts.mohammad %} {% for itemmohammad in itemsmohammad%} {{itemmohammad.timestamp}},{{itemmohammad.speaker}},"{{itemmohammad.words | replace: '"','"'}}",{{itemmohammad.tags}},{{itemmohammad.timelink}}
{%endfor%}
{%assign itemsryan = site.data.transcripts.ryan %} {% for itemryan in itemsryan%} {{itemryan.timestamp}},{{itemryan.speaker}},"{{itemryan.words | replace: '"','"'}}",{{itemryan.tags}},{{itemryan.timelink}}
{%endfor%}
{%assign itemswrigley = site.data.transcripts.wrigley %} {% for itemwrigley in itemswrigley%} {{itemwrigley.timestamp}},{{itemwrigley.speaker}},"{{itemwrigley.words | replace: '"','"'}}",{{itemwrigley.tags}},{{itemwrigley.timelink}}
{%endfor%}
{%assign itemsgerstler = site.data.transcripts.gerstler %} {% for itemgerstler in itemsgerstler%} {{itemgerstler.timestamp}},{{itemgerstler.speaker}},"{{itemgerstler.words | replace: '"','"'}}",{{itemgerstler.tags}},{{itemgerstler.timelink}}
{%endfor%}
{%assign itemsarmantrout = site.data.transcripts.armantrout %} {% for itemarmantrout in itemsarmantrout%} {{itemarmantrout.timestamp}},{{itemarmantrout.speaker}},"{{itemarmantrout.words | replace: '"','"'}}",{{itemarmantrout.tags}},{{itemarmantrout.timelink}}
{%endfor%}
{%assign itemsstrickland = site.data.transcripts.strickland %} {% for itemstrickland in itemsstrickland%} {{itemstrickland.timestamp}},{{itemstrickland.speaker}},"{{itemstrickland.words | replace: '"','"'}}",{{itemstrickland.tags}},{{itemstrickland.timelink}}
{%endfor%}