Not a question but rather something useful. I have data that is in key:value format, using key=value in the extract format did not work. I was able to extract every key and value with this one regex extract.
(?<_NAME_0>.*):\s(?<_VALUE_0>.*)
Not a question but rather something useful. I have data that is in key:value format, using key=value in the extract format did not work. I was able to extract every key and value with this one regex extract.
(?<_NAME_0>.*):\s(?<_VALUE_0>.*)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.