Skip to content

add .csv example file for travels

Laurent Pagani requested to merge LPagani/l1p5-vuejs:csvexample into master

We have found that .csv files were not understood because the tab or ; or , separators are tested on the header line only. Therefore, from the provided template, it was not clear that one had to adjust the header to the actual separator. We now provide the template also in the .csv format with ; separators included in the header and changed the instruction text to point to both files.

Merge request reports