I have events like the ones below. I want to make a different field extraction according to the value of field MODEL.
MODEL values can be MD9EL, AVEV, PSJ . Each MODEL has different events and ı have to write a regex for the different models.
2018-11-02T06:24:16.000Z,MD9EL,NLTALLZNL01000005,36.99140,35.18779
2018-11-01T13:24:27.000Z,AVEV,NLTNVSZPL01000001,36.98865,35.19343,0.63,2512
2018-11-01T13:58:02.000Z,PSJ,NLTPNG23L01002172,,,,644,35,0,0,102,0,61,102
I think have to override the inputs according to the MODEL value. How can I process it?
... View more