Output of TextIndexed

Post Reply
stefanghettler
Newbie
Posts: 2
Joined: Wed Apr 25, 2018 4:42 pm

Output of TextIndexed

Post by stefanghettler »

Hello everyone,
currently I'm working on a workflow using Metadata.TextIndexed to extract several pieces of information from specific tags with the same name from a XML-file. Now I want to use an HTTP-request with a POST request type to transmit the information to a php-file saved under the URL of my server.
Basically, my main question is, in which form will the information be transmitted? I mean, is it really a normal Array, that I can simply copy to a variable in my php-file like "$warnings = $_POST ['warning'];" and just use it regularly? Or is it a String with the multiple pieces of information sperated by a semicolon (cause thats how it is shown in the switch preview when no index is selected)?

Thanks for your help in advance,
S.G.
Post Reply