Hi,
I have a list of unstructured data like this dummy data (this is just a sample data. It could has many rows):
| Projects /Positions/Skillset |
Business Activities: Digital Marketing, Web Development and HR Development Services for companies in Korea Placement: Seoul
New Positions: 1. System Development Manager s/s: - Able to write contents and translate/interpret in both Korean & English, Microsoft Excel
2. Office Manager skillset: Microsoft word, Microsoft Excel, Japanese |
Principal Activities: Company is the business of providing online service platform for freelancing
New:
1. Senior Software Engineer s/s: PHP, MySQL, Linux, Containerised Docker, DevOps, JVMC, Jquery, Bootstrap, React,
2. Senior System Engineer s/s: DevOps, Oracle, MySQL, python, Linux
|
my task is to extract a sentence that start with skillset or s/s
for example for this one, it would be:
first row:
s/s: - Able to write contents and translate/interpret in both Korean & English, Microsoft Excel
and
skillset: Microsoft word, Microsoft Excel
second row:
s/s: PHP, MySQL, Linux, Containerised Docker, DevOps, JVMC, Jquery, Bootstrap, React,
s/s: DevOps, Oracle, MySQL, python, Linux
please let me know if you have solution to my problem, thank you