[Imported] Export and import data from a file XML (EXCEL)
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-0501:59 PM. Last Modified: 2023-05-0312:33 AM
[Imported] Export and import data from a file XML (EXCEL)
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-25 19:18:49 Id:277 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
_______
**_PavelUKR: Hi, all! Please, prompt the easiest way to export and import data from a file XML (EXCEL). Thanks._**
______________
bevanweiss: What kind of data are you talking about? I assume you mean historical data, in which case writing some VBA using the DBClient.DLL is the way most people go about it.
You find your point, and then you can either LoadDataValue(s), or you can set the PresetTimestamp / PresetQuality and then the CurrentValue field.
Exporting to Excel format is best done using the Crystal Reports engine. It is also possible to use an SQL Export, however it doesn't allow as much accusation.
____________________________
**_PavelUKR: Thank You for response. I try use ODBC query for my task. But I don't know, how write SQL query. Maybe is it wrong way?_**