Pulldata working with webform but not working with Collect app

Never mind, I found the issue. Seems that excel in spanish saves the .csv using ; (semicolon) as separator, so it seems that it works in web but not in app. So I had to change my csv using concat function to use , (comma) as separator, and it works now.