changed csv delimiter
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
\begin{document}
|
||||
[% INCLUDE head.tt %]
|
||||
|
||||
[% USE song_choices = datafile('song_choices.csv') %]
|
||||
[% USE song_choices = datafile('song_choices.csv', delim='&') %]
|
||||
|
||||
[% FOREACH song = song_choices %]
|
||||
[% template = song.template == '' ? "song_template.tt" : song.template -%]
|
||||
|
||||
Reference in New Issue
Block a user