Best way for product export for a list of skus
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Is there a best practice for a product export in Magento (1.9.0.1 CE) for a given sku list? It should be a full export with all attributes. It's required for an import into another Magento shop.
The dataflow profile doesn't provide this feature. So, I guess I have to do the export programmatically?
Any ideas are welcome.
magento-1.9 product export
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 2 more comments
Is there a best practice for a product export in Magento (1.9.0.1 CE) for a given sku list? It should be a full export with all attributes. It's required for an import into another Magento shop.
The dataflow profile doesn't provide this feature. So, I guess I have to do the export programmatically?
Any ideas are welcome.
magento-1.9 product export
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Why won't the dataflow profile work?
– Tim Hallman
Jun 3 '15 at 15:02
There is no way to set a list of product skus for the export. Or I just don't see it?
– exe
Jun 3 '15 at 15:07
You should be able to easily use sku as a filter: lero9.co.nz/magento-tips/…
– Tim Hallman
Jun 3 '15 at 15:09
The sku-filter has the hint "starts with" I guess I can't enter a list of skus
– exe
Jun 3 '15 at 15:11
Not sure (don't have time atm to look), but you should be able to do a comma delimited list or something, or add more skus... if not ditch excel (which I never use bc it's row limitation) and try something like delimitware.com
– Tim Hallman
Jun 3 '15 at 15:23
|
show 2 more comments
Is there a best practice for a product export in Magento (1.9.0.1 CE) for a given sku list? It should be a full export with all attributes. It's required for an import into another Magento shop.
The dataflow profile doesn't provide this feature. So, I guess I have to do the export programmatically?
Any ideas are welcome.
magento-1.9 product export
Is there a best practice for a product export in Magento (1.9.0.1 CE) for a given sku list? It should be a full export with all attributes. It's required for an import into another Magento shop.
The dataflow profile doesn't provide this feature. So, I guess I have to do the export programmatically?
Any ideas are welcome.
magento-1.9 product export
magento-1.9 product export
edited Jun 12 '17 at 20:31
sv3n
9,97762557
9,97762557
asked Jun 3 '15 at 14:50
exeexe
12827
12827
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Why won't the dataflow profile work?
– Tim Hallman
Jun 3 '15 at 15:02
There is no way to set a list of product skus for the export. Or I just don't see it?
– exe
Jun 3 '15 at 15:07
You should be able to easily use sku as a filter: lero9.co.nz/magento-tips/…
– Tim Hallman
Jun 3 '15 at 15:09
The sku-filter has the hint "starts with" I guess I can't enter a list of skus
– exe
Jun 3 '15 at 15:11
Not sure (don't have time atm to look), but you should be able to do a comma delimited list or something, or add more skus... if not ditch excel (which I never use bc it's row limitation) and try something like delimitware.com
– Tim Hallman
Jun 3 '15 at 15:23
|
show 2 more comments
Why won't the dataflow profile work?
– Tim Hallman
Jun 3 '15 at 15:02
There is no way to set a list of product skus for the export. Or I just don't see it?
– exe
Jun 3 '15 at 15:07
You should be able to easily use sku as a filter: lero9.co.nz/magento-tips/…
– Tim Hallman
Jun 3 '15 at 15:09
The sku-filter has the hint "starts with" I guess I can't enter a list of skus
– exe
Jun 3 '15 at 15:11
Not sure (don't have time atm to look), but you should be able to do a comma delimited list or something, or add more skus... if not ditch excel (which I never use bc it's row limitation) and try something like delimitware.com
– Tim Hallman
Jun 3 '15 at 15:23
Why won't the dataflow profile work?
– Tim Hallman
Jun 3 '15 at 15:02
Why won't the dataflow profile work?
– Tim Hallman
Jun 3 '15 at 15:02
There is no way to set a list of product skus for the export. Or I just don't see it?
– exe
Jun 3 '15 at 15:07
There is no way to set a list of product skus for the export. Or I just don't see it?
– exe
Jun 3 '15 at 15:07
You should be able to easily use sku as a filter: lero9.co.nz/magento-tips/…
– Tim Hallman
Jun 3 '15 at 15:09
You should be able to easily use sku as a filter: lero9.co.nz/magento-tips/…
– Tim Hallman
Jun 3 '15 at 15:09
The sku-filter has the hint "starts with" I guess I can't enter a list of skus
– exe
Jun 3 '15 at 15:11
The sku-filter has the hint "starts with" I guess I can't enter a list of skus
– exe
Jun 3 '15 at 15:11
Not sure (don't have time atm to look), but you should be able to do a comma delimited list or something, or add more skus... if not ditch excel (which I never use bc it's row limitation) and try something like delimitware.com
– Tim Hallman
Jun 3 '15 at 15:23
Not sure (don't have time atm to look), but you should be able to do a comma delimited list or something, or add more skus... if not ditch excel (which I never use bc it's row limitation) and try something like delimitware.com
– Tim Hallman
Jun 3 '15 at 15:23
|
show 2 more comments
1 Answer
1
active
oldest
votes
I've still not used Dataflow Profiles and any native import/export feature of Magento. But indeed, you could do it programmatically by browsing the products listed in the given sku list, and export the products and its attributes.
And if I have a million products? I'm going to browse them all?
– Tim Hallman
Jun 3 '15 at 15:09
Well, if you need to choose specific products, i don't see another way.
– WilliamZ
Jun 3 '15 at 15:12
Ya thats your problem, we have to many products and Excel can't handle it to filter by sku after the export.
– exe
Jun 3 '15 at 15:13
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f69930%2fbest-way-for-product-export-for-a-list-of-skus%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've still not used Dataflow Profiles and any native import/export feature of Magento. But indeed, you could do it programmatically by browsing the products listed in the given sku list, and export the products and its attributes.
And if I have a million products? I'm going to browse them all?
– Tim Hallman
Jun 3 '15 at 15:09
Well, if you need to choose specific products, i don't see another way.
– WilliamZ
Jun 3 '15 at 15:12
Ya thats your problem, we have to many products and Excel can't handle it to filter by sku after the export.
– exe
Jun 3 '15 at 15:13
add a comment |
I've still not used Dataflow Profiles and any native import/export feature of Magento. But indeed, you could do it programmatically by browsing the products listed in the given sku list, and export the products and its attributes.
And if I have a million products? I'm going to browse them all?
– Tim Hallman
Jun 3 '15 at 15:09
Well, if you need to choose specific products, i don't see another way.
– WilliamZ
Jun 3 '15 at 15:12
Ya thats your problem, we have to many products and Excel can't handle it to filter by sku after the export.
– exe
Jun 3 '15 at 15:13
add a comment |
I've still not used Dataflow Profiles and any native import/export feature of Magento. But indeed, you could do it programmatically by browsing the products listed in the given sku list, and export the products and its attributes.
I've still not used Dataflow Profiles and any native import/export feature of Magento. But indeed, you could do it programmatically by browsing the products listed in the given sku list, and export the products and its attributes.
answered Jun 3 '15 at 15:08
WilliamZWilliamZ
917
917
And if I have a million products? I'm going to browse them all?
– Tim Hallman
Jun 3 '15 at 15:09
Well, if you need to choose specific products, i don't see another way.
– WilliamZ
Jun 3 '15 at 15:12
Ya thats your problem, we have to many products and Excel can't handle it to filter by sku after the export.
– exe
Jun 3 '15 at 15:13
add a comment |
And if I have a million products? I'm going to browse them all?
– Tim Hallman
Jun 3 '15 at 15:09
Well, if you need to choose specific products, i don't see another way.
– WilliamZ
Jun 3 '15 at 15:12
Ya thats your problem, we have to many products and Excel can't handle it to filter by sku after the export.
– exe
Jun 3 '15 at 15:13
And if I have a million products? I'm going to browse them all?
– Tim Hallman
Jun 3 '15 at 15:09
And if I have a million products? I'm going to browse them all?
– Tim Hallman
Jun 3 '15 at 15:09
Well, if you need to choose specific products, i don't see another way.
– WilliamZ
Jun 3 '15 at 15:12
Well, if you need to choose specific products, i don't see another way.
– WilliamZ
Jun 3 '15 at 15:12
Ya thats your problem, we have to many products and Excel can't handle it to filter by sku after the export.
– exe
Jun 3 '15 at 15:13
Ya thats your problem, we have to many products and Excel can't handle it to filter by sku after the export.
– exe
Jun 3 '15 at 15:13
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f69930%2fbest-way-for-product-export-for-a-list-of-skus%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Why won't the dataflow profile work?
– Tim Hallman
Jun 3 '15 at 15:02
There is no way to set a list of product skus for the export. Or I just don't see it?
– exe
Jun 3 '15 at 15:07
You should be able to easily use sku as a filter: lero9.co.nz/magento-tips/…
– Tim Hallman
Jun 3 '15 at 15:09
The sku-filter has the hint "starts with" I guess I can't enter a list of skus
– exe
Jun 3 '15 at 15:11
Not sure (don't have time atm to look), but you should be able to do a comma delimited list or something, or add more skus... if not ditch excel (which I never use bc it's row limitation) and try something like delimitware.com
– Tim Hallman
Jun 3 '15 at 15:23