lib/eco/api/common/people/default_parsers/xls_parser.rb in eco-helpers-3.0.20 vs lib/eco/api/common/people/default_parsers/xls_parser.rb in eco-helpers-3.0.21
- old
+ new
@@ -25,10 +25,10 @@
val.to_s
end
end
def expected_headers
- log(:warn) {
+ log(:info) {
"Headers detection is using your fields_map.json file (native behaviour)"
}
session.fields_mapper.list(:external).uniq
end