RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
541 stars 58 forks source link

Read XML File (Schema xml) in Data Preview to see grid #343

Open katiacaporicci opened 1 month ago

katiacaporicci commented 1 month ago

I`m trying to run this specific XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

Smith 16753 UK Qtr 3

but the output display

 window.WebComponentsReady data viewer initialized! document.readystatechange complete data.view:complete! loadDataInfo() data url: file:...novo.xml data table: restoreConfig( {})

I tried to search at git to configure the file .config using XML (schema) but I could not find the solution either. please, can you help me to read this file in the format grid? thank you.