@Lomusire said in I allways get this error while using ai:
I allways get this error while using ai
Can you attach the log file "bv6rs6xwuq"?
so for some reason im getting data
06-17-2024 10:09:4806-17-2024 10:09:48
and I only want "10:09:48" 1x only, I tried regexe \d\d:\d\d:\d\d
but im getting this result
10:09:48
10:09:48
how can I get 1x result only?
thanks
@stephenperry18 Are you using "Extract all data"?
Is the data structure the same?
Try
\b\d{2}:\d{2}:\d{2}\b