How to convert SQLite SQL dump file to PostgreSQL?

For development I'm using SQLite database with production in PostgreSQL. I updated my local database with data and need to transfer a specific table to the production database. Running sqlite datab...