Sample Data - Bulk Import CSV - for version 2.x.x 12 years 10 months ago #1

  • Erik F
  • Project Manager
  • Bukarest, Rumänien
  • Localtime: 15:36
  • Europe/Bucharest
  • Posts: 5075
Attached the sample file for the import. This will work on version 2.x for Joomla 1.6

The file is comma delimited, but will work also as tab delimited if you switch in file helper.php the import function: 
// while (($data = fgetcsv($handle, 30000, ",")) !== FALSE) {
while (($data = fgetcsv($handle, 30000, "\t")) !== FALSE) {
thePHPfactory Team
The topic has been locked.

CSV sample with images 12 years 10 months ago #2

  • Erik F
  • Project Manager
  • Bukarest, Rumänien
  • Localtime: 15:36
  • Europe/Bucharest
  • Posts: 5075

LOCKED VIEW - ANSWERS ARE NOT VISIBLE

This is a private forum, open ONLY to licensed customers!

You can purchase a license and the correspondent forum board will be unlocked.

In case of an already existing valid license, just login with your account and you will have access to the complete board.

thePHPfactory Team
The topic has been locked.