Hi everyone
I am using Esyndicat Directory.
But it is not responsive to my needs.
Given the power and flexibility of Drupal I made the decision to migrate.

Databases are large differences between the two systems together.
I just need one of the database tables (listings) and data must be converted to Drupal.
This table includes information on:
INSERT INTO `listings` (`id`, `account_id`, `category_id`,`domain`, `url`, `description`, `email`,`status`) VALUES

Drupal is specific to each field in a table.

Manually transfer data from one table to many table in Drupal is a difficult and time consuming.

Is there a faster way to enter it in Drupal?