Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrap details like salary or workload from title #47

Open
cbleek opened this issue Oct 10, 2019 · 0 comments
Open

scrap details like salary or workload from title #47

cbleek opened this issue Oct 10, 2019 · 0 comments

Comments

@cbleek
Copy link
Member

cbleek commented Oct 10, 2019

sometimes job title contains informations about a salary.

eg:

  • Helfer in der Metallbearbeitung (m/w/d) - Mindestlohn 10,00 EUR
  • Anlagenmechaniker Sanitär-,Heizungs- und Klimatechnik (m/w/d) 14 EUR /Std.
  • Fachkräfte für Lagerlogistik (m/w/d) ab 17,00 EUR/Std
  • Metallbearbeiter (m/w/d) 14 EUR/Std
  • Industriemechaniker (m/w/d) ab 21,00 EUR/h

if the simple import finds such an information, we should store it in salary

regex salary

(\D|^)([\d]{2})([,.](\d\d|-))?\s?(EUR|Euro|€)\s*\/?\s*(STD|Std|h|Stunde)?

regex workload

(([\d]{1,2}(,[\d\d]{1,2})?)\s*-?\s*([\d]{1,2})?)\s*(STD|Std|h|Stunden?).?\s*(/|pro)\s*(Wo|Woche)

  • Werkstudent oder Projektunterstützung im Bereich Finanzen/Controlling/SAP S/4 HANA Cloud (m/w/d) – mit ca. 10-20 Stunden/Woche
  • Staplerfahrer (m/w/d) in Voll- und Teilzeit (40-20 Std/Woche)
  • Software-Entwickler (m/w/d) Web- and Sharepoint Applications (20 Std./ Woche)
  • Dozent (m/w/d) Englisch (2h/Woche)
@cbleek cbleek changed the title scrap salary from title scrap details like salary or workload from title Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant