Hi,
Need to remove space in header name in excel so that I can match that header name in entity and add that from excel to entity
Hi Vivek,
if you are using structure for creating excel so structure attribute you can change the label for what you need to show in the header of the excel file.
Thanks
CV
I am importing excel data and need to insert data in entity.
you can try with below forge component.
https://www.outsystems.com/forge/component-overview/355/advanced-excel-o11
can you please tell me which function need to use to achieve this.
@Vivek Pandurang Pandile advanced-excel-o11 don't has any component to remove space you can go with trim to remove space.
@Vivek Pandurang Pandile if you need to remove space in header name just use trim to restrict the space in getting header value.