[% USE items = datafile('/tmp/dmeo_labels.csv', delim = ',') %] [% FOREACH item = items %] [% item.id %] has [% item.name %] [% END %]