Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created February 17, 2022 00:29
Show Gist options
  • Save Nav-Appaiya/f60e4f584fc9f432bdaf4307be09e952 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/f60e4f584fc9f432bdaf4307be09e952 to your computer and use it in GitHub Desktop.
Hack for M2 exports: Check all to exclude at export, so you can selective check the ones you want (instead of having to check everything that you dont need)
Execute the below in console while your at the fields selection screen in the Mage 2 export module. This will check all to be excluded, and once run you can untick the fields you do want to export.
jQuery('[name="skip_attr[]"]').click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment