cancel
Showing results for 
Search instead for 
Did you mean: 

Export data into .csv file in SCP MDK

Hi everyone,

I have a question regarding whether or not we can export data from MDK, to our local storage in .csv format. Cheers!

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos
leonardo_pranadyar41

Were you able to resolve your issue? If any of the below responses helped you, then please mark the helpful answer by accepting it OR post an answer so others might benefit from your findings and then close this discussion.

Regards,
Jitendra (SAP Community Moderator)

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_froelich
Product and Topic Expert
Product and Topic Expert

We don't have any prebuilt methods to do this but you could certainly write out a file in CSV format based on your requirements.

0 Kudos

Hi, can you please elaborate what you mean by that I could write out a file in CSV format? Thanks.

robert_hunger
Participant

Hi Leonardo,

maybe send data to backende ,create .csv and sent file by mail or something like this .)

gr.

0 Kudos

Hi Robert,

Good idea, didn't think of this just now. Cheers 🙂

FranciscoSAP
Advisor
Advisor
0 Kudos

Hi leonardo_pranadyar41, if you need to approach this process exclusively from the MDK frontend you could make use of NativeScript fileSystem module to write your desired values into a file in your device's local storage. This should be the simplest way to achieve what you are looking for.