Unserialise Wocommerce Product meta data
Budget: $30 – $250 AUD
I am looking for a skilled developer who can help me unserialise the product description meta data from my WooCommerce website. The specific details of the project are as follows:
- Meta Data: The task involves unserialising the product description meta data.
- Storage Format: I would like the unserialised data to be stored in CSV format.
- Deadline: The project should be completed within a week.
Ideal Skills and Experience:
An example meta data is
- Strong expertise in WooCommerce and PHP.
- Proficiency in working with meta data and unserialisation.
- Experience with CSV file handling and data storage.
- Ability to meet deadlines and deliver high-quality work.
If you have the necessary skills and experience, please submit your proposal along with relevant examples of your past work.
An exmple is a:3:{i:0;a:3:{s:5:"title";s:8:"FEATURES";s:2:"id";s:8:"features";s:7:"content";s:670:"<p style="font-weight: 300; color: #000000;"><strong>Bisley BSHC1432T 3M Taped Cool Vented Lightweight Cargo Short</strong></p>
<div class="descr" style="color: #262625;">
<div class="descr">
<ul style="font-weight: 300; color: #46484b;">
<li>Reflective tape around hem</li>
<li>Curved waistband to prevent gaping at back</li>
<li>Back yoke and diamond shaped gusset ventilation</li>
<li>All stress points reinforced with heavy duty bartack</li>
<li>Eleven multi functional pockets including mirrored cargo pockets</li>
<li>Seven reinforced belt loops</li>
<li>YKK zipper</li>
<li>In leg length 32cm / 12.5 inches</li>
</ul>
</div>
</div>";}i:1;a:3:{s:5:"title";s:6:"FABRIC";s:2:"id";s:6:"fabric";s:7:"content";s:111:"<p style="font-weight: 300; color: #46484b;">100% Cotton Preshrunk Drill 190gsm
100% Polyester Mesh 110gsm</p>";}i:2;a:3:{s:5:"title";s:5:"SIZES";s:2:"id";s:5:"sizes";s:7:"content";s:74:"<p style="font-weight: 300; color: #46484b;">77 - 132
Traditional Fit</p>";}}
which I need to extract the html content from it.
I have a CSV file with 2000 records which need to be extracted
- Meta Data: The task involves unserialising the product description meta data.
- Storage Format: I would like the unserialised data to be stored in CSV format.
- Deadline: The project should be completed within a week.
Ideal Skills and Experience:
An example meta data is
- Strong expertise in WooCommerce and PHP.
- Proficiency in working with meta data and unserialisation.
- Experience with CSV file handling and data storage.
- Ability to meet deadlines and deliver high-quality work.
If you have the necessary skills and experience, please submit your proposal along with relevant examples of your past work.
An exmple is a:3:{i:0;a:3:{s:5:"title";s:8:"FEATURES";s:2:"id";s:8:"features";s:7:"content";s:670:"<p style="font-weight: 300; color: #000000;"><strong>Bisley BSHC1432T 3M Taped Cool Vented Lightweight Cargo Short</strong></p>
<div class="descr" style="color: #262625;">
<div class="descr">
<ul style="font-weight: 300; color: #46484b;">
<li>Reflective tape around hem</li>
<li>Curved waistband to prevent gaping at back</li>
<li>Back yoke and diamond shaped gusset ventilation</li>
<li>All stress points reinforced with heavy duty bartack</li>
<li>Eleven multi functional pockets including mirrored cargo pockets</li>
<li>Seven reinforced belt loops</li>
<li>YKK zipper</li>
<li>In leg length 32cm / 12.5 inches</li>
</ul>
</div>
</div>";}i:1;a:3:{s:5:"title";s:6:"FABRIC";s:2:"id";s:6:"fabric";s:7:"content";s:111:"<p style="font-weight: 300; color: #46484b;">100% Cotton Preshrunk Drill 190gsm
100% Polyester Mesh 110gsm</p>";}i:2;a:3:{s:5:"title";s:5:"SIZES";s:2:"id";s:5:"sizes";s:7:"content";s:74:"<p style="font-weight: 300; color: #46484b;">77 - 132
Traditional Fit</p>";}}
which I need to extract the html content from it.
I have a CSV file with 2000 records which need to be extracted