# Transform Instruments to Standard Configuration

Precondition: You downloaded some Positions from Exante (Check your `/explorer/data/exante/instruments` folder)  
  
Go to Worfklow Page

[![Screenshot 2024-09-27 at 01.40.31.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-40-31.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-40-31.png)  
  
Execute `com.finmars.exante-data-transformer:transform-instruments` No Payload needed  
  
Check you Task status

[![Screenshot 2024-09-27 at 01.41.20.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-41-20.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-41-20.png)  
  
Great work! Now you can see your converted instruments in `/explorer/data/general/instruments`

[![Screenshot 2024-09-27 at 01.42.10.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-42-10.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-42-10.png)  
  
Content Example:

```json
{
    "instrument": "US9229085538",
    "instrument_name": "Vanguard Real Estate ETF",
    "short_name": "VNQ.ARCA",
    "public_name": "Vanguard Real Estate ETF",
    "instrument_description": "Vanguard Real Estate ETF",
    "instrument_type": "com.finmars.initial-instrument-type:stock",
    "pricing_currency": "USD",
    "accrued_currency": "USD",
    "country": "US",
    "id_isin": "US9229085538",
    "id_figi": "BBG000Q89PB6",
    "id_sedol": "B031NY4"
}
```

Well done! This file will go to STD - Instruments (com.finmars.standard-import-from-file:instruments.instrument:instruments)  
  
You can try manually import that data in Finmars (do not forget wrap Dictionary into List - Square Brackets \[\] )

[![Screenshot 2024-09-27 at 01.56.51.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-56-51.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-56-51.png)  
Well done!

[![Screenshot 2024-09-27 at 01.57.41.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-57-41.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-57-41.png)  
  
Now go to /data/instrument page (Entity Viewer)

[![Screenshot 2024-09-27 at 01.58.33.png](https://docs.finmars.com/uploads/images/gallery/2024-09/scaled-1680-/screenshot-2024-09-27-at-01-58-33.png)](https://docs.finmars.com/uploads/images/gallery/2024-09/screenshot-2024-09-27-at-01-58-33.png)  
  
Instrument is successfully imported into Finmars!