ServerPress / clean-import

Prepare and clean archives for import into DesktopServer.
2 stars 0 forks source link

Add option to remove any empty postmeta records on import #21

Open davejesch opened 6 years ago

davejesch commented 6 years ago

STEPS TO REPRODUCE:

  1. import site
  2. note any postmeta records with an empty meta_value column

RESULTS:

Extra empty records in postmeta after import

EXPECTED RESULT:

Option to remove rows with empty postmeta.meta_value

GreggFranklin commented 6 years ago

I believe this feature is implemented. Remove orphaned postmeta: is in the settings page.

davejesch commented 6 years ago

This is not currently implemented. We do remove "orphaned" postmeta. This is a request to remove "empty" postmeta since the results of reading a non-existent record is essentially the same as reading an empty string.