Hola, alguien me puede decir de qué forma abro el archivo exportado .json ??
Lo abro con excel, con la opción de importar datos desde archivo json pero solo me carga lo que muestro
Si lo hago como csv, lo cargo bien.
saludos
To open an exported .json file, you have several options depending on how you want to view or use the data. The simplest way is by opening it in a text editor, such as Notepad. This will display the contents of the .json file as plain text, typically in key-value pairs. If the file is large or complex, you might prefer to use a JSON viewer or formatter, such as those found at websites like https://jsonlint.com/ or https://jsonformatter.curiousconcept.com/, which will help format the data in a more readable structure.
Regards
Many Thanks but I'm looking for a way to see exported passwords (around 1500) in columns and rows and your suggestion not do it or not do with an easy way like excel or any spreadsheet with .csv mode.
@dbadulici can provide some insights here.
Hello @Racsomg32
When exporting your data from SecurePass, you can select the option to export as CSV:
After that, data can be imported in Excel, from File > Import > CSV file. When doing the import in Excel, you need to make sure to check the boxes for 'Delimited' (not fixed) and 'Comma' for delimiter. In the last step of the wizard, you can select to skip certain columns, and just import the data you are interested to see.
Hope this helps!
Hi @dbadulici, many thanks for your explanation but my question were oriented to import a json file easy mode.Basically because json file could be protected by password. A csv file was very easy for me from excel.Despite of this, many thanks for your time.
regards
@Racsomg32