North America
but North\nAmerica
and North\America
, and not Saudi Arabia
but Saudi\nArabia
. All three: \nAmerica
, \America
, and \nArabia
would be macros in TeX. And as all three are unknown, you get error messages.Best would be to fix the CSV file generation, not to add backslash sequences. However, you could (but I would not recommend to do so) define the commands added by mistakes in the CSV file generation, e.g.
Code: Select all
\newcommand*{\nAmerica}{\linebreak America}
\newcommand*{\America}{\ America}
\newcommand*{\nArabia}{\linebreak Arabia}
\begin
or other special characters, the LaTeX run can still fail. So I would really recommend to fix the CSV file generation.___
1 I cannot say this definitely, because you are still keeping the CSV file from us, despite the fact, I've already asked for an example with the
output.csv
, that is part of the problem. Unfortunately, it is really hard to get valid information from you.