- Posts: 431
- Thank you received: 22
Export data structure
5 years 10 months ago #325976
by mojweb
Export data structure was created by mojweb
-- HikaShop version -- : 4.3.0
Now if I export order data with mass action I have all data from one purchase in one row. So if customer buy 1 product, there is one product column. If buys 2 products, there is two product columns. So I never know how many columns will be.
What I need is this structure:
Is this posible?
Now if I export order data with mass action I have all data from one purchase in one row. So if customer buy 1 product, there is one product column. If buys 2 products, there is two product columns. So I never know how many columns will be.
What I need is this structure:
Is this posible?
Please Log in or Create an account to join the conversation.
5 years 10 months ago #325985
by nicolas
Replied by nicolas on topic Export data structure
Hi,
There is no such option in the mass action system.
There is no such option in the mass action system.
Please Log in or Create an account to join the conversation.
5 years 9 months ago #327125
by mojweb
Replied by mojweb on topic Export data structure
Is there any known extension to achive this?
Please Log in or Create an account to join the conversation.
5 years 9 months ago #327127
by lousyfool
Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Replied by lousyfool on topic Export data structure
Hi,
If you don't want to "mess" with it directly in phpMyAdmin (e.g. by creating a MySQL view for it), there are numerous tools on the JED for extraction and export of data from the database.
I'm using Plotalot ( extensions.joomla.org/extension/plotalot/ ) for such and other cases, as it can not only create charts and infographics but also tables incl CSV export.
However, for all of these extensions knowledge of MySQL is required for writing the database queries.
If you don't want to "mess" with it directly in phpMyAdmin (e.g. by creating a MySQL view for it), there are numerous tools on the JED for extraction and export of data from the database.
I'm using Plotalot ( extensions.joomla.org/extension/plotalot/ ) for such and other cases, as it can not only create charts and infographics but also tables incl CSV export.
However, for all of these extensions knowledge of MySQL is required for writing the database queries.
Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: nicolas
Please Log in or Create an account to join the conversation.
Time to create page: 0.149 seconds