Our API is receiving VAT numbers as a 'string' data value without symbols. e.g. 'BE0123123123' and should be "transformed" into a structured field: 'BE 0123.123.123' input length will always be the same length and type.
Any suggestions on what would be the best approach?