Profilgenerator
Budget: €30 – €250 EUR
Description:
I need a Node.js profile uploader to be adapted for a new JSON data structure. The current software creates profiles on our admin platform, but it relies on an old format.
Requirements:
• Implement a parser that reads the new JSON files.
• Normalize multilingual keys/values (e.g. "Geschlecht" / "gender" → gender, "Frau" / "female" → female).
• Build a standardized profile object with the following fields:
• Name
• Age
• Gender
• Location
• Hair color
• Eye color
• Height
• Body type
• Profile text (bio)
• Profile image
• Apply fallback values when fields are missing, and document the defaults.
• Use this normalized object to generate FormData and upload profiles automatically.
• Move login credentials into a .env file (use dotenv), not in config.json.
• Provide a short README with usage instructions and required fields.
I need a Node.js profile uploader to be adapted for a new JSON data structure. The current software creates profiles on our admin platform, but it relies on an old format.
Requirements:
• Implement a parser that reads the new JSON files.
• Normalize multilingual keys/values (e.g. "Geschlecht" / "gender" → gender, "Frau" / "female" → female).
• Build a standardized profile object with the following fields:
• Name
• Age
• Gender
• Location
• Hair color
• Eye color
• Height
• Body type
• Profile text (bio)
• Profile image
• Apply fallback values when fields are missing, and document the defaults.
• Use this normalized object to generate FormData and upload profiles automatically.
• Move login credentials into a .env file (use dotenv), not in config.json.
• Provide a short README with usage instructions and required fields.