Routemap for multiple routing table

Hello I want to create a routemap so that bgp routes learnt from a peer is loaded in table 10 instead of main routing table. I am using 1.2.7

It available only for 1.3 and 1.4

set policy route-map RMAP-IN rule 10 action 'permit'
set policy route-map RMAP-IN rule 10 set table '10'

https://phabricator.vyos.net/T3032