Special characters import problem with Java Spring Batch

Options

Hello,

 

I have a problem when importing data to Anaplan. All the connexions work well, from my database to Anaplan.

 

But when trying to import data with special characters (like "é"), they will be messed up.

 

My database is in UTF-8 and the Anaplan model is too.

 

Do you guys have any idea to where this could come from ?

 

Thanks in advance,

Charles

Answers

  • Can you extract the data to a file first? Then you can tell whether the problem is in the extract or the upload.

  • cbordier
    Options

    Hello,

    Sorry for the late reply, i forgot.

     

    The problem was solved. The origin was a wrong format in the destination file in Anaplan.

     

    We changed it to UTF-8 and it worked perfectly.

     

    Thanks for the help.