Connect Custom Cost Centers via CSV
Updated over a week ago

At Finout, besides the native cost centers we support, you can connect to any additional cost center you want!

To do that, we need to get it in a CSV format to someplace we can read. This can be an S3 bucket or send it to us for the first couple of times.

The CSV format we support is based on three main columns:

"UsageDate","ServiceName","Cost"

UsageDate - YYYY-MM-DD - The day the cost incurred

ServiceName - String - The name of the cost, the way you want it to appear in Finout

Cost - double - the cost in dollars

For example:

"UsageDate","ServiceName","Cost"

"2022-06-07","Servers","12.12"

"2022-06-07","Storage","6.22"

"2022-06-08","Network","0.05"

You can do more complicated things with this custom integration, and add metadata fields as well. Still need help? Please feel free to reach out to our team at [email protected].

Did this answer your question?