All,
I am trying to make an app a bit more efficient and I know stringutils will help. So here is where I am at.
I have a JSON feed that can be one chunk of specific information or 500 separate chunks that are specific to devices. The problem I have is that if I parse the JSON I have to have 1000's of lines of code not to mention setting up designer.
Can some one give me an idea how to take the JSON info and place in a csv file which would then allow for less lines of codes, better efficiency and retain is individual wants to look at another device.
While the JSON may have 15 specific pieces of information associated with that one devices I only need five items from it. Those five item can be my headers labels with the associated information under it.
Would be a huge help.
Thanks in Advance.
Ron