Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-10-2015 13:23:30

jonaha
Member
Registered: 11-01-2006
Posts: 192

Export Import

I want to export my products to another v8 store but the file is too large and it times out. What can I do?

Offline

 

#2 06-12-2015 08:29:12

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Export Import

Limit your file export to certain criteria and do multiple files.


Nick Hendler

Offline

 

#3 06-12-2015 08:59:36

jonaha
Member
Registered: 11-01-2006
Posts: 192

Re: Export Import

How do I limit it to certain criteria? Any way to set it export all?

Offline

 

#4 06-12-2015 11:51:34

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Export Import

You are trying to export all, that's the problem.  Maybe limit to certain categories with a where statement like:

WHERE xcat LIKE '%furniture%'

Then grab the remaining ones in another file:

WHERE xcat NOT LIKE '%furniture%'

You can do it any way you like.


Nick Hendler

Offline

 

Board footer