CSV Parser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

CSV Parser

PabloEstefo
Hi guys,

I’m working on a new project for Object Profile about making awesome charts quick&easy from a CSV file.
So, I am looking for a CSV Parser to manage the input.

Does exist something to do that work in Amber?

Cheers,
Pablo

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: CSV Parser

Herby Vojčík
I don't know of anything Amber-specific, but any JS library that does it can be used, or some ST parser when it is fileouted and fileined.

Herby

Pablo Estefó wrote:

> Hi guys,
>
> I’m working on a new project for Object Profile about making awesome charts quick&easy from a CSV file.
> So, I am looking for a CSV Parser to manage the input.
>
> Does exist something to do that work in Amber?
>
> Cheers,
> Pablo
>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: CSV Parser

PabloEstefo

On Jan 6, 2014, at 10:35, Herby Vojčík <[hidden email]> wrote:

> I don't know of anything Amber-specific, but any JS library that does it can be used, or some ST parser when it is fileouted and fileined.
>

Cool. Do you know any good js library?

Thanks,
Pablo

> Herby
>
> Pablo Estefó wrote:
>> Hi guys,
>>
>> I’m working on a new project for Object Profile about making awesome charts quick&easy from a CSV file.
>> So, I am looking for a CSV Parser to manage the input.
>>
>> Does exist something to do that work in Amber?
>>
>> Cheers,
>> Pablo
>>
>
> --
> You received this message because you are subscribed to the Google Groups "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
> For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: CSV Parser

Herby Vojčík


Pablo Estefó wrote:
> On Jan 6, 2014, at 10:35, Herby Vojčík<[hidden email]>  wrote:
>
>> I don't know of anything Amber-specific, but any JS library that does it can be used, or some ST parser when it is fileouted and fileined.
>>
>
> Cool. Do you know any good js library?

No, but here is lots of them: http://microjs.com/

Herby

> Thanks,
> Pablo
>
>> Herby
>>
>> Pablo Estefó wrote:
>>> Hi guys,
>>>
>>> I’m working on a new project for Object Profile about making awesome charts quick&easy from a CSV file.
>>> So, I am looking for a CSV Parser to manage the input.
>>>
>>> Does exist something to do that work in Amber?
>>>
>>> Cheers,
>>> Pablo

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.