tests fuer adressausgabe

This commit is contained in:
koeart 2017-09-28 23:29:08 +02:00
parent f68738b8c5
commit b44df23170
1 changed files with 9 additions and 6 deletions

View File

@ -76,16 +76,18 @@
create col/assign/.code={
\getthisrow{Erfa}\erfa
\getthisrow{Ort}\ort
\edef\entry{ {\erfa~wohnt im \ort}}%
\getprevrow{Bemerkung}\bemerkung
\getthisrow{Tag}\tag
\edef\entry{\erfa\ wohnt im \ort. Trifft sich am \tag.\\url{\bemerkung} }
\pgfkeyslet{/pgfplots/table/create col/next content}\entry
},
}
},
columns/Zusammen/.style={string type},
columns/Zusammen/.style={string type},
}
\pgfplotstabletypeset[
col sep=semicolon,
columns={Erfa,Ort},
% columns={Bemerkung,Zusammen},
columns={Test},
%
empty cells with={--}, % replace empty cells
every head row/.style={before row=\toprule, after row=\midrule},
@ -95,7 +97,8 @@
\rowcolor{lightgray}
},
},
]{adressliste.csv}
]{\loadedtable}
%]{adressliste.csv}
%%%%\end{sidewaysfigure}%
%%%%\normalsize
\end{document}