You where so kind to help me with the file-format, file-metadata is also a problem
This Curl command :
C:\delphix\curl.exe -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Authorization: 9c615d69-6f3a-4f58-8bb9-0b216ffa007f' -d '{ \ "fileName": "C:/Delphix/BS.REC00002.CSV",\ "rulesetId": 52,\ "fileFormatId": 112,\ "delimiter": ";",\ "endOfRecord": "\n" \ }' '
http://pfanpdpxma01.prod.pfaintern.dk:8282/masking/api/file-metadata'
gives the following output
curl: (6) Could not resolve host: application
curl: (6) Could not resolve host: application
curl: (6) Could not resolve host: 9c615d69-6f3a-4f58-8bb9-0b216ffa007f'
curl: (6) Could not resolve host: \
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: 52,\
curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: 112,\
curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: ;,\
curl: (3) URL using bad/illegal format or missing URL
curl: (6) Could not resolve host: \n
curl: (6) Could not resolve host: \
curl: (3) unmatched close brace/bracket in URL position 1:
}'
^
curl: (3) URL using bad/illegal format or missing URL