- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ESI Tool: payload without field delimiters
Hello,
I'm writing a UDS parser for a message without field delimiters. When I try to split the Payload with ESI Tool 1.1.0, I get the following error: "You cannot select multiple variables without static text appearing between the variables".
Is there a way to force the UDS File Reader to insert a custom delimiter in the message? Or is there a way to force the ESI Tool to split the payload in the way I like?
This is an example of the payload:
72,0019303200968020100515132344010012
where
72, = device ID
001930 = info
32009680 = UID
20100515 = Date
132344 = Time
010012 = event
Thanks,
Amelia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Unfortunately, no. The ESI tool cannot break out fields by character count (i.e. fixed width fields). A delimiter or whitespace break of some sort is needed between the different data elements.
