elhanan cohen
Member
Hi, I have string:
[2023-07-30T23:17:38.920Z] [INFO] Grouped data with sums:,{
"Combined Results": {
"clicks": 2444,
"ctr": 1.3717171344176764,
"impressions": 12948
}
}
I want to split that, each line separately
[2023-07-30T23:17:38.920Z] [INFO] Grouped data with sums:,{
"Combined Results": {
"clicks": 2444,
"ctr": 1.3717171344176764,
"impressions": 12948
}
}
I want to split that, each line separately