We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
label
name
1 parent bcbf64e commit bcd9461Copy full SHA for bcd9461
1 file changed
index.js
@@ -55,7 +55,7 @@ function hydrateRecord (record, fields) {
55
break;
56
}
57
58
- row[field.name] = value;
+ row[field.label] = value;
59
60
return row;
61
}, {});
0 commit comments