FLAM Issue Tracker - FL5 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000907 | FL5 | 2.2 Subprogram FLUC (CONV) | public | 2017-12-20 09:08 | 2018-03-08 18:41 |
Reporter | Falk Reichbott | ||||
Assigned To | Falk Reichbott | ||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | General | OS | General | OS Version | General |
Product Version | 5.1.16 | ||||
Target Version | 5.1.17 | Fixed in Version | 5.1.17 | ||
Summary | 0000907: Add XML format to table support | ||||
Description | By defining a path to the elements of an row, the table support can handle structured and unstrucktured XML data formats like SEPA. Example: <?xml version='1.0'?> <root> <table> <row> <name>Falk</name> <value>1234</value> </row> <row> <name>Rolf</name> <value>2345</value> </row> </table> </root> this XML document can be converted to this CSV file "name","value" "Falk","1234" "Rolf","2345" with the command below read.char(file='%s' table(format=XML xmlpath='root' row(name=namevale xmlpath='table.row' col(name=name) col(name=value)) write.text(file='%s' table(format=CSV)) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-12-20 09:08 | Falk Reichbott | New Issue | |||
2017-12-20 09:08 | Falk Reichbott | Status | new => assigned | ||
2017-12-20 09:08 | Falk Reichbott | Assigned To | => Falk Reichbott | ||
2018-03-08 18:41 | Falk Reichbott | Note Added: 0001149 | |||
2018-03-08 18:41 | Falk Reichbott | Status | assigned => resolved | ||
2018-03-08 18:41 | Falk Reichbott | Fixed in Version | => 5.1.17 | ||
2018-03-08 18:41 | Falk Reichbott | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|