データセットからxmlファイルを作成しましたが、最初のノードは<NewDataset>
それをに変更する必要が<FormData>
あり、Platform="Android"やVersion="488"などのパラメーターも追加する必要があります。
データセットのままで変更する方法はありますか、それとも変更後にファイルを呼び出して保存する必要がありますか?
データファイルに関する私の知識は最小限であり、本当に助けが必要です。
現在のxmlファイル
<NewDataSet>
<FieldData>
<property_details_gps_location>-29.77861, 31.008617</property_details_gps_location>
<property_details_address_address1>27 MANJEE</property_details_address_address1>
<property_details_address_address2>KENVILLE</property_details_address_address2>
<property_details_address_city>ETHEKWINI</property_details_address_city>
<property_details_address_state>KWAZULU NATAL</property_details_address_state>
</FieldData>
</NewDataSet>
私が達成したいこと:
<FormData Platform="Android" PlatformVersion="73" Version="488" DataVersion="1" Description="Investec - Res" FormId="d617a5e8-b49b-4640-9734-bc7a2bf05691" FileId="bce3a788-6725-4ce2-b965-1b55c6e7cc95" EncryptionVerification="" CreatedBy="Shaunm" EditedBy="Shaunm">
<FieldData>
<property_details_gps_location>-29.77861, 31.008617</property_details_gps_location>
<property_details_address_address1>27 MANJEE</property_details_address_address1>
<property_details_address_address2>KENVILLE</property_details_address_address2>
<property_details_address_city>ETHEKWINI</property_details_address_city>
<property_details_address_state>KWAZULU NATAL</property_details_address_state>
</FieldData>
</FormData>