Book a Demo

Author Topic: Matrix Profile Export/Import  (Read 4451 times)

bednarik

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Matrix Profile Export/Import
« on: December 07, 2004, 02:34:29 am »
Good Day everybody,

is there a way how to export and import Matrix Profiles?

Thanks for answers in advance.

thomaskilian

  • Guest
Re: Matrix Profile Export/Import
« Reply #1 on: December 07, 2004, 07:14:31 am »
Right click in the input window part / Matrix / Export to CSV

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Matrix Profile Export/Import
« Reply #2 on: December 07, 2004, 07:58:46 am »
That will not export the matrix profile, only the data from the matrix.
The profile should be exportable using the Export Reference Data and them Import Reference Data function in the Tools menu - I can't find it there however. As a workaround, manually copying the data from the appropriate table (for each matrix profile there is one record in t_trxtypes table) should help.

Bruno

Quote
Right click in the input window part / Matrix / Export to CSV


bednarik

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Matrix Profile Export/Import
« Reply #3 on: December 08, 2004, 01:15:22 am »
I was also looking into the Export / Import Reference Data, but did not find anything what could look like Matrix Profiles.
Thank you for the table tip. Unfortunately we are just starting with the SQL Server repository and have only one project on it. All others are saved in an EAP file.
But thanks anyway. I appriciate this knowledge.

thomaskilian

  • Guest
Re: Matrix Profile Export/Import
« Reply #4 on: December 08, 2004, 01:52:11 am »
When working with SQL Server it's just the same. You need an ODBC connection to access the database.

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Matrix Profile Export/Import
« Reply #5 on: December 08, 2004, 05:40:51 am »
Hi,

you can simply open your EAP file in MS Access, it is nothing but an Access database with the file extension changed from MDB to EAP :-)

Hope this helps!

Bruno

Quote
I was also looking into the Export / Import Reference Data, but did not find anything what could look like Matrix Profiles.
Thank you for the table tip. Unfortunately we are just starting with the SQL Server repository and have only one project on it. All others are saved in an EAP file.
But thanks anyway. I appriciate this knowledge.


bednarik

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Matrix Profile Export/Import
« Reply #6 on: December 08, 2004, 05:50:48 am »
Thanks. It really works.
What a surprise for me. :o

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Matrix Profile Export/Import
« Reply #7 on: December 08, 2004, 05:57:56 am »
As Thomas Kilian once put it, working with EA is like looking for an Easter egg - and finding it :-)
EA is full of surprises, mostly good ones, too!

Quote
Thanks. It really works.
What a surprise for me. :o