Dear all
I would like to import a CSV file that i can show later in Google charts using views. however i cannot import data to feeds module by row only by column.This is a problem because i can not have charts. please can you help?
Thank you

Comments

twistor’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Could you be more specific? Maybe provide some sample data and what you want to do with it.

aavgoustinos’s picture

Thanks for your reply, i would like to import a CSV file, however feeds module allows to import the column, not the row...The data i would like to import looks like that.
year: 1920,1921,1922,1933.
in this case i would like to import the row year with all the data on it, NOT each column...
I hope this helps
Thank you very much

MegaChriz’s picture

I guess aavgoustinos means that his/her data source is "flipped". So for example, if mapping to node, each node would be a column in his/her csv file instead of a row.

Example:

guid,1,2,3
title,"Lorem ipsum","Dolor sit amet","Ut wisi enim"
created,1251936720,1361135780,1379874351

Am I right, aavgoustinos?

aavgoustinos’s picture

yes you are right, any idea how i can fix that?
Thanks

twistor’s picture

Title: row column » Add support for vertical columns in the CSV parser
Version: 7.x-2.0-alpha8 » 7.x-2.x-dev
Category: Support request » Feature request
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Postponed

I highly doubt anyone is going to get to this, but if they do, yay.

@aavgoustinos, You'd probably have better luck flipping the data on your own somehow.

aavgoustinos’s picture

Thank you for your time and effort