K
K
Konstantin2016-05-11 14:01:56
Drupal
Konstantin, 2016-05-11 14:01:56

Export data from MSSQL to Drupal 7?

The guys may be aware of how data from the MSSQL database can be parsed into the Drupal database, for example, into nodes.
There is a MSSQL database in it there are categories and products. It also contains information about bonus cards and their holders and the size of the discount.
How can I tie Drupal with MSSQL in order to:
1. Extract categories and products from the database and transfer them to Drupal
2. How to extract information on maps and generate users with all the resulting information on them.
Are there any modules that are ready, maybe they are on the site, but I couldn’t even find them.
Interested in how you can tie all this competently and with what.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
afi13, 2016-05-11
@afi13

The Migrate module will help you: https://www.drupal.org/project/migrate
https://www.drupal.org/node/1152162
You can write a migration class for your structure

M
mletov, 2016-05-11
@mletov

I doubt the usefulness of the modules. The module is valuable in cases where it is necessary to import from one well-known structure into another, for example, from Joomla to Drupal. You have some kind of arbitrary structure in MSSQL, it’s better to read the Drupal API and write it yourself personally for your needs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question