Hi, All! I know that this is kinda specific, but I figured someone in this group has worked with this before.

I am attempting to create
services and service entries with Postman with a CSV file. Many of my service
entries have multiple ports and are double-quoted and comma delimited. Example:
"destination_ports": [
"9000","9010" ]

The NSX-T API - or Postman(?) - has trouble with CSVs with double-quotes and commas. I have tried
more than a dozen ways to attempt to escape them, but have failed miserably.

Please help! Thank you!