Need help in extracting column data from csv attachment mails

Hello,

I’m new to Apple Scripting

Need to write an Apple script to extract a column data from the selected e-mails containing csv attachments.

The csv in mails have data in column 3 which I need to extract and get in output

The output should give list of data present in column 3 of all the csv of the selected mails

Any help would be appreciated.
Hope for an answer

Thanks

(1)Open CSV with Numbers.app (Apple’s spreadsheet app) and get 3rd column data

(2)Parse CSV as list by BridgePlus Script Library and use 3rd column data
http://piyocast.com/as/archives/820

(3)Parse CSV as list by AppleScript and use 3rd column data
http://piyocast.com/as/archives/822

Cheers,

Takaaki Naganoya