Skip to content

Instantly share code, notes, and snippets.

@svierk
Last active November 18, 2023 14:09
Show Gist options
  • Save svierk/2916f3461737765535652f89220b9d83 to your computer and use it in GitHub Desktop.
Save svierk/2916f3461737765535652f89220b9d83 to your computer and use it in GitHub Desktop.
XML file for CSV Parser LWC
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>CSV To Datatable</masterLabel>
<description>A simple parser for UTF-8 encoded, comma separated .csv files.</description>
<targets>
<target>lightning__AppPage</target>
<target>lightning__HomePage</target>
<target>lightning__RecordPage</target>
</targets>
</LightningComponentBundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment