outbreak

Me

My name is Marko Mrdjenovič. I’m a web developer, manager and an entrepreneur from Ljubljana, Slovenia.

Bio

I like solving problems. I do that by writing code, managing projects and people. I like creating good experiences. And going to conferences.

Availability

I work full time on Klevio so I'm currently not available for freelance work (UX, frontend, backend).

Elsewhere:
LinkedIn
Twitter
Facebook
Quora
Flickr

Archives

JS:TableImport

TableImport is a script that allows the import of tabular data into JavaScript applications, converting the data to a JSON string to use with AJAX APIs, create an HTML table with the data or simply create a fieldset with inputs with the values for a classic form submit.

Concept

Web applications are all over the web and one of the problems they have is that we might already have the data in files on our local computer. The script tries to solve the most basic tabular data imports – it converts the data into a JavaScript object. An idea for such a script came to me when discussing mass importing of data to a CMS for a client and was reconfirmed while watching the dabbledb demo video.

History

0.5

Future development

There might be some improvements to the header algorithm and additions to the types array.

Download

Check the TableImport page here or just download the javascript.

Express your opinion