cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII CSV FILE FORMAT ISSUE

Former Member
0 Kudos

Dear Experts ,

MII Version - 12.2.5

I am facing an issue with mii csv file return in web page

I used a servlet in my page and I am calling a xacute query as query template and my content type is "text/csv"

When I login with English user , the returned output is as expected , returned with comma separated(",")

But at the same time ,When I login with German user , the output returned with semicolon (;) for each data value

My Requirement is to get the output as csv file every time

Any settings in MII will do the trick .? , I cant change the user language setting to English

Please kindly help me on the issue

Thanks,

Eswar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186805
Participant
0 Kudos

Hi,

You got the correct CSV file.

That file should work correctly for US version but you need to download German version of CSV Viewer to see that file in German or ask your client to verify it from their end.

It should work.

Former Member
0 Kudos

Hi,

You could specify CsvDelimiter as a request parameter in the call.

Regards,

Anushree