I remember seeing a demo here last year of a system which allowed you to enter arbitrarily structured data (be it JSON, CSV or some custom format), and by selecting a few examples of the data, the demo was then able to parse the entire dataset.<p>For example, if you provided data in this format which I've just made up:<p>"Pig";"Dog";"Mouse";"Cat"<p>By selecting Pig, it was able to determine the formatting, and returns Dog, Mouse and Cat as well.<p>However, I've been unable to find this demo, or any example of something similar. Can anyone point me in the right direction?
Could it be this?<p><a href="https://news.ycombinator.com/item?id=9432949" rel="nofollow">https://news.ycombinator.com/item?id=9432949</a>