12.07.2015 Views

Manual for the csvsimple package

Manual for the csvsimple package

Manual for the csvsimple package

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3.5 Miscellaneous/csv/every csv(style, initially empty)A style definition which is used <strong>for</strong> every following CSV file. This definition can be overwrittenwith user code.% Sets a warning message <strong>for</strong> unfeasible data lines.\csvset{every csv/.style={warn on column count error}}% Alternatively:\csvstyle{every csv}{warn on column count error}/csv/default(style)A style definition which is used <strong>for</strong> every following CSV file which resets all settings todefault values 4 . This key should not be used or changed by <strong>the</strong> user if <strong>the</strong>re is not a reallygood reason (and you know what you do)./csv/separator=〈sign〉(no default, initially comma)Sets <strong>the</strong> 〈sign〉 which is treates as separator between <strong>the</strong> data values of a data line. Feasiblevalues are:• comma: This is <strong>the</strong> initial value with ’,’ as separator.• semicolon: Sets <strong>the</strong> separator to ’;’.% \use<strong>package</strong>{tcolorbox} <strong>for</strong> tcbverbatimwrite\begin{tcbverbatimwrite}{testsemi.csv}name;givenname;matriculation;gender;gradeMaier;Hans;12345;m;1.0Huber;Anna;23456;f;2.3Wei\ss{}b\"{a}ck;Werner;34567;m;5.0\end{tcbverbatimwrite}\csvautotabular[separator=semicolon]{testsemi.csv}name givenname matriculation gender gradeMaier Hans 12345 m 1.0Huber Anna 23456 f 2.3Weißbäck Werner 34567 m 5.0• pipe: Sets <strong>the</strong> separator to ’|’.% \use<strong>package</strong>{tcolorbox} <strong>for</strong> tcbverbatimwrite\begin{tcbverbatimwrite}{pipe.csv}name|givenname|matriculation|gender|gradeMaier|Hans|12345|m|1.0Huber|Anna|23456|f|2.3Wei\ss{}b\"{a}ck|Werner|34567|m|5.0\end{tcbverbatimwrite}\csvautotabular[separator=pipe]{pipe.csv}name givenname matriculation gender gradeMaier Hans 12345 m 1.0Huber Anna 23456 f 2.3Weißbäck Werner 34567 m 5.04 default is used because of <strong>the</strong> global nature of most settings.15

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!