I have a column with big character strings like this:
"[{'tipoTeste': 'RT-PCR', 'estadoTeste': 'Concluído',
'dataColetaTeste': {'__type': 'Date', 'iso': '2021-12-30T03:00:00.000Z'},
'resultadoTeste': 'Detectável', 'loteTeste': None,
'fabricanteTeste': None, 'codigoTipoTeste': '1', 'codigoEstadoTeste': '3',
'codigoResultadoTeste': '1', 'codigoFabricanteTeste': None}]"
And i want to create another variable called Date with the date information inside this huge string, in this case is 2021-12-30
Im not managing to grep this date information for all rows....
\nie linebreaks?