By bmango on
Hi there,
Is there a function that allows you to download the data from a table/query in the Drupal database in to a file (e.g. txt file)? Or is this something I would do directly through mySQL?
Many thanks.
Ben
Hi there,
Is there a function that allows you to download the data from a table/query in the Drupal database in to a file (e.g. txt file)? Or is this something I would do directly through mySQL?
Many thanks.
Ben
Comments
Views bonus pack has a
Views bonus pack has a display type that gives you a CSV file.
Thank you
Sorry for the slow reply. Many thanks for your response. That's very useful.