Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion get_start/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h4 id="data-format">Data Format</h4>
...
]
</code></pre>
<h4 id="the-way-to-load-you-data">The way to load you data</h4>
<h4 id="the-way-to-load-your-data">The way to load your data</h4>
<p>If you have a csv, tsv file, you can use a csv converter to convert it to JSON format. Or using <code>webpack</code> to require your csv via <code>dsv-loader</code></p>
<pre><code class="lang-js">var data = require('dsv?delimiter=\t!./data/letter.tsv')

Expand Down