I'm copying data from an CSV file in Azure Blob storage to Azure Table storage with Azure Data Factory v2. One of the columns in the sources contains UK post codes, e.g. RM1 1AA. I'd like to use the first part as a Partition Key in the table.
I'm trying to use dynamic content, but I can't find a function to target the value. My column is called "pcds". What do I write instead of the "???" to make it capture the first part from the pcds column?