[Cuis] CSV Parser in Cuis?

Juan Vuletich juan at jvuletich.org
Sat May 9 07:57:08 CDT 2015


Porting any of them shouldn't be hard. You need, as usual, to take into 
account that Squeak and Pharo uses #cr as line terminator, while Cuis 
uses #lf.

In any case, check ExtendedClipboard.pck.st, and maybe extend it.

Cheers,
Juan Vuletich

On 09/05/2015 06:32 a.m., H. Hirzel wrote:
> P.S: I'd like the input to come from the clipboard. This is
>
> 1. Select a range of cells in a spreadsheet (MSExcel / Libreoffice calc)
> 2. Copy to clipboard
> 3. Bring the Cuis window to the front
> 4. Press a 'paste data from Excel' button
>
> In Cuis some processing will be done and the result will be put back
> into the clipboard
>
>
> On 5/9/15, H. Hirzel<hannes.hirzel at gmail.com>  wrote:
>> Dear all
>>
>> has anyone written or ported a CSV parser to Cuis?
>>
>> For example this one
>>
>> http://www.squeaksource.com/@BiTWvEAxOgxLE9wJ/T0wdhSm3
>>
>> Description: A simple parser for comma-separated-value files.
>> Creator:	Avi Bryant
>>
>> Regards
>>
>> Hannes Hirzel
>>
> _______________________________________________
> Cuis mailing list
> Cuis at jvuletich.org
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>





More information about the Cuis mailing list