Open mollyaljenkins opened 3 days ago
When processing Article topics and trucks, whitespaces are not handled correctly.
topic: "Volvo Trucks Magazine, Transport Story, Product Feature" should return topic: ["Volvo Trucks Magazine", "Transport Story", "Product Feature"] instead of topic: ["Volvo Trucks Magazine"," Transport Story"," Product Feature"]
Fix ingest connector to handle white spaces when processing article topics and truck
Description:
When processing Article topics and trucks, whitespaces are not handled correctly.
Example:
topic: "Volvo Trucks Magazine, Transport Story, Product Feature" should return topic: ["Volvo Trucks Magazine", "Transport Story", "Product Feature"] instead of topic: ["Volvo Trucks Magazine"," Transport Story"," Product Feature"]
Technical solution:
Fix ingest connector to handle white spaces when processing article topics and truck