Mapping expression for symbol in display by importing excel/csv file

Dear Expert
I have ideal for working with display in factory studio
I create a display with many symbols. I want to set the properties of these symbols by import excel or csv file ?
Is that possible to implement?
Best

Hi Manh,

We would like just to be sure that we understood well the question;
1 - So, you want to import a excel or csv file to change some symbols properties, right?
2 - Could you please give us examples of what properties you want to change?
3 - Is it during Runtime?

Bests,
Tatsoft Team.

Dear Expert
Thanks for your quick feedback.
Let me provide my information
1 & 2. I create a initial display with many symbols and their properties. I want to export this display into csv file. After that I use this csv file to change properties of symbols and import changed csv file as new display
3. During editor mode.

Hi Manh,

To accomplish this task, you can create a program that reads .csv files and imports them into FS. You can utilize the following resources to aid you in this effort:

  1. UserGuide - EngWrapperAPI, which will provide information on the classes to use in your project.
  2. EngWrapperConsumerSample, which is a C# program example that you can refer to.

Bests,
Tatsoft Team.