You are looking for
We found
Documentation results
| News
Since August 1st we have moved to our new location and CSV Improved has been renamed to RO CSVI. After updating you will find the extension as RO CSVI in your Extension list. That is the only thing that has changed, our development has not stopped and we worked hard on this new release. Today we release RO CSVI 7.13.0
| RO CSVI
Uninstall RO CSVI via Joomla Extension Manager and check the list of folders that should have been deleted on uninstall. Verify the database tables as well.
Support results
Hello, [quote] Now, RO CSVI is not displayed at components at all, I can see both 7.19.0 and 8.10.0 installed, with no csvi_ tabled in database. This is quite a mess, can u please help me with that ? [/quote] This is indeed a mess. Since you have already deleted RO CSVI tables, from Joomla extension manager look for RO CSVI package like in attached screenshot and try deleting both 7.19.0 and 8.10.0 versions of RO CSVI packages. See if that helps. If it is all good you can then install fresh RO CSVI 8.10.0 version.
Hello, There is no RO CSVI rule or a way in RO CSVI to rearrange a CSV file. If may I ask do you have an option of getting import file in XML format instead of CSV format? With XML you should be able to import without rearranging the file.
I am not aware of one... How can we trouble shoot that? I see these RO items are NOT active... RO CSVI Conditional RO CSVI Field Combine RO CSVI Field Copy RO CSVI Find And Skip RO CSVI Margin RO CSVI Mulitple Replace
Hi Tharuna, thank you for responding quickly. RO CSVI, at a price of € 72.95, also includes: RO CSVI - Custom Filters, RO CSVI - VirtueMart, RO CSVI - VirtueMart - Product Filter, RO CSVI - VirtueMart - Related Articles, RO CSVI - VirtueMart - Product Cart Variant, RO CSVI - VirtueMart - Text Input, RO CSVI - VirtueMart - Breakdesigns? Do not lose the templates and template fields already set? Thanks Pio
Hello, You file is not a valid CSV file. You need to enclose your headers with special characters with ". You can check your file using [url=https://rolandd.com/documentation/ro-csvi/csvi-analyser]RO CSVI Analyser[/url] to see the errors and how the file is read.
Hello, [quote]If using RO CSVI to export Hikashop order information - could this JSON data be linked to the order status information to provide a StatusGroup column in the CSV?[/quote] As much as i know there is no core Status Group Column in HikaShop table so i am thinking you are using some 3rd party extension for HikaShop to have this field. Am i right? There are two ways to get this field exported to CSV file using RO CSVI. 1. With RO CSVI we only support of HikaShop core tables, you can use [url=https://rolandd.com/documentation/ro-csvi/custom-tables/advanced-custom-table-export]RO CSVI Custom table[/url] export and link the StatusGroup table and export the needed fields. 2. You can [url=https://rolandd.com/documentation/ro-csvi/override-import-export-routines]create an override for HikaShop Order export[/url] and extend the export to support StatusGroup table.
Hello, [quote]there was an old version of CSV. Should I desink it before?[/quote] Checking your site I see RO CSVI component is broken. Can you remove old CSVI tables from database and uninstall old RO CSVI version and try installing again? See if that helps.
Hello, RO CSVI supports both CSV and XML. The CSV type is a simpler format than XML to setup. If you are looking for easy, you use CSV :D Yes, if you have an export extension for JoomShopping then you can use that to export the JoomShopping data and RO CSVI can import that into VirtueMart if you map the correct fields.
Hello, Support for ACF in RO CSVI has been already added. Please check the documents [url=https://rolandd.com/documentation/ro-csvi/joomla-content/advanced-custom-fields-for-ro-csvi-import]Advanced Custom Fields for RO CSVI Import[/url] and [url=https://rolandd.com/documentation/ro-csvi/joomla-content/advanced-custom-fields-for-ro-csvi-export]Advanced Custom Fields for RO CSVI Export[/url] to run import and export in RO CSVI.
Hello, Thank you for the file. I see that [b]sprachen[/b] is repeatable field and each repeatable field is an individual column in CSV file. As I mentioned earlier you need to customise these fields to the format which RO CSVI uses to import for Joomla repeatable custom fields. Please check the linked document in my previous reply. Most of this customisation is possible using [url=https://rolandd.com/documentation/ro-csvi/multi-replace-plugin]RO CSVI Multi replace rule plugin[/url] and [url=https://rolandd.com/documentation/ro-csvi/combining-multiple-fields-into-one-in-csvi-import]RO CSVI combine rule[/url] plugin. For any more customisation you can also [url=https://rolandd.com/documentation/ro-csvi/writing-a-rule-plugin]write your own rule plugin[/url]. There is no direct way to import these fields.
Hello Paul, [quote]What seems to be happening instead is that the column ordering of the CSV has to exactly match the ordering of the template fields in RO CSVI. If that is the case, what is the point of mapping database field names to CSV column names if you have to adhere to the ordering instead?[/quote] Yes that is correct. Order of column headers should be same as order of template fields and that is because 1. If the column headers are not same as database name then RO CSVI uses template fields as database name to import 2. If a column has to be skipped on import then having fields in order skips the exact column from import file. You can use [url=https://rolandd.com/documentation/ro-csvi/csvi-field-mapper]RO CSVI Field Mapper[/url] to map column headers to RO CSVI template fields. [quote]a: I have the following columns: item name & item alias. The CSV supplies the name but not the alias. There are then 2 template fields - one maps the CSV name to the DB name. The second maps the CSV name to the DB alias (with a template rule that formats the name for me).[/quote] You can use [url=https://rolandd.com/documentation/ro-csvi/field-copy-plugin]RO CSVI Field copy rule[/url] to copy CSV name to alias field. [quote]b: I also have 2 other columns: category name & category ID. I want the CSV to supply either a cat name or cat ID (per row). Then there are 2 template fields - one maps the CSV cat id to the DB cat id. The second maps the CSV cat name to the DB cat ID but uses a template rule to convert the name to an ID. The idea here is to allow the CSV to pass IDs or names and let the import tool default to which ever has a value.[/quote] In this case you can use [url=https://rolandd.com/documentation/ro-csvi/conditional-rule-plugin-for-import]RO CSVI Conditional rule[/url] to check if cat ID has a value or cat name and use that on DB Cat ID field. [quote]Sadly, because of the CSV ordering requirement, both scenarios fail because the import template is expecting an exact list of columns and I can't omit a column. Is there a setting I am missing or is this expected behaviour?[/quote] Use the rules as mentioned and see if that solves the issue. [quote]3. Multiple tables : I am saving products which have some data in one DB table and other (price) data in another DB table. I can't see a way to get RO CSVI to map to multiple tables in one import run. If I split out the imports into 2 templates I lose the ability to import without knowing the ID and letting the auto-increment handle this for me. Can RO CSVI import to multiple tables, or can you see a way for me to get round this issue?[/quote] We do not support Multiple tables with RO CSVI Custom table import. Only way to do is to import to first table and do a [url=https://rolandd.com/documentation/ro-csvi/custom-tables/advanced-custom-table-export]RO CSVI Custom table export[/url] from this table. Use the export file to get IDs to import to second table.
Hello, [quote]We have uninstalled RO CSVI on this site. But I do think this is a table that is used by RO CSVI? Has it been left behind after the uninstall?[/quote] Yes that is the table of RO CSVI. We do not remove the database tables with uninstall of RO CSVI and that is because we keep the templates and RO CSVI settings for any future updates. Please check [url=https://rolandd.com/documentation/ro-csvi/uninstall-csvi]uninstall of RO CSVI[/url] document for removing RO CSVI tables.
Hello Marjan, Yes you can import the exported CSV using RO CSVI [url=https://rolandd.com/documentation/ro-csvi/joomla-categories/joomla-categories-import]Joomla categories[/url] and [url=https://rolandd.com/documentation/ro-csvi/joomla-content/joomla-content-import]Joomla content import[/url]. You can run a sample import on [url=https://demo4.rolandd.com/administrator/index.php]our demo server[/url] and check.
Hello, Yes, RO CSVI does not transfer data from eshop to VirtueMart automatically. In your initial post you mentioned that you can export products, categories, manufacturers, customers, orders, google feed in csv, xml, xlsx from eshop. If you have those export files, you need to use RO CSVI VirtueMart imports to import the data into VirtueMart. Do you have data as export files? If you have those export files and having difficulty with RO CSVI import, i can help you in setting up the import in RO CSVI.
Hello Tony, Please remove RO CSVI as explained in [url=https://rolandd.com/documentation/ro-csvi/uninstall-csvi]Uninstall RO CSVI[/url] document and then install RO CSVI 8.2.0 version. See if that solves the issues.
Hello Thomas, RO CSVI comes with example templates for VirtueMart imports. You can check these example templates on our demo site at https://demo.rolandd.com/administrator/ and try your import on demo site. 1. You can then buy [url=https://rolandd.com/products/ro-csvi]RO CSVI[/url] from Products >> Buy RO CSVI. 2. [url=https://rolandd.com/documentation/ro-csvi/installation]Install RO CSVI[/url] in your Joomla site. 3. Download and install RO CSVI VirtueMart addon extension. You can get that from [url=https://rolandd.com/downloads/category/ro-csvi]RO CSVI Downloads[/url] page. 4. [url=https://rolandd.com/documentation/ro-csvi/install-the-example-templates-for-ro-csvi-addons]Install these example templates[/url] on your site 5. Set up VirtueMart Product import for cron. Let me know if you need any more clarifications.
Hello, You need to buy RO CSVI subscription. Once you have the subscription you can download RO CSVI core package and also other RO CSVI addon packages that also includes RO CSVI K2 addon.
Hello, May i know why you cannot update VirtueMart to latest version? That is recommended option. [quote]tell me how to upgrade to an earlier version, now I have 8.2.0[/quote] Please check [url=https://rolandd.com/documentation/ro-csvi/uninstall-csvi]Uninstall RO CSVI[/url] document to remove the current RO CSVI install. You can then install old version of RO CSVI. Please do remember removing RO CSVI database tables will delete the existing templates You need to make a [url=https://rolandd.com/documentation/ro-csvi/backup-templates]backup of templates[/url] and restore it again after you install older version of RO CSVI. There could be compatibility issues with latest RO CSVI templates when restored on old RO CSVI version.
Hello Jørgen, There are two ways to handle this. 1. You can take a backup of all your template from template lists page by clicking on Backup template button. You can then Uninstall RO CSVI as explained in the document [url=https://rolandd.com/documentation/ro-csvi/uninstall-csvi]here[/url] and then do a fresh install of RO CSVI 8.9.1 . [url=https://rolandd.com/documentation/ro-csvi/backup-templates]Restore the backup templates XML[/url] from RO CSVI Maintenance page. This way you are doing a clean install of RO CSVI. 2. You can uninstall RO CSVI from Joomla extension manager. With uninstall RO CSVI tables are not deleted from database. You can then install RO CSVI 8.9.1 and have all your import/export templates.
https://rolandd.com/documentation/ro-csvi/phocacart/phocacart-manufacturer-import the video and the csv file doesn't work