const result = data.map(datum => Object.assign(...Object .keys(datum) .map(key => ({ [key.replace(/[.|&;$%@%"<>+]/g, '')]: datum[key] })) ));