Search Results

0
votes
3answers
102 views

Parsing strangely formatted files

I need to parse a file but the data is in a strange format that I'm not familar parsing. The data is always formatted like this. The field name is to the left and the data is right of the " …
0
votes
4answers
104 views

Getting extra HEX bytes when concatenating data files.

I'm concatenating data files, but the problem is that I'm seeing some extra bytes where the files are joined. The new file has extra bytes. I had thought this was maybe a problem with encoding. …
0
votes

Getting extra HEX bytes when concatenating data files.

The bytes ended up being at the end of each file.... This might be a hack but here is what I here is the solution I came up with. Because I got two extra bytes every time I added a …